Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Public Thread with meta never sends meta to firebase server #470

Open
AntonijoDev opened this issue Jan 18, 2021 · 1 comment
Open

Comments

@AntonijoDev
Copy link

  1. Is the bug present in the demo Chat SDK project?
    You don't use method with meta param
  2. What modifications have you made to the Chat SDK?
    None
  3. iOS Version? Device or simulator?
    device ios 14.2
  4. Steps taken to reproduce the problem:
    Send meta param while creating public thread
  5. Expected result:
    Meta gets written on firebase server /threads/tid/meta/
  6. Actual result:
    No new keys in meta section
  7. Comments:
    Going through the chat code I see that only meta that is serialized is meta defined in serialize method of CCThreadWrapper. I was trying to get around the problem by using firebase API and writing directly to the meta but that just overrides existing meta. Please help, what should I do? I cant use update cause the keys don't exist yet. Should I expand selialize method? Anf if yes, how can I do that from my project?
@AJITHAS-842
Copy link

Is this issue resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants