chat-sdk-ios
chat-sdk-ios copied to clipboard
Create Public Thread with meta never sends meta to firebase server
- 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?
Is this issue resolved?