You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the bug present in the demo Chat SDK project?
You don't use method with meta param
What modifications have you made to the Chat SDK?
None
iOS Version? Device or simulator?
device ios 14.2
Steps taken to reproduce the problem:
Send meta param while creating public thread
Expected result:
Meta gets written on firebase server /threads/tid/meta/
Actual result:
No new keys in meta section
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?
The text was updated successfully, but these errors were encountered:
You don't use method with meta param
None
device ios 14.2
Send meta param while creating public thread
Meta gets written on firebase server /threads/tid/meta/
No new keys in meta section
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?
The text was updated successfully, but these errors were encountered: