Ivo Dimitrov
Ivo Dimitrov
Hello. Our database has one additional node because we have used this setting: config.rootPath = "messages_dev" According to the docs, this database structure should be fully supported. 
This is the JSON that was used to test the function: { "messages_dev" : { "threads" : { "6124ed940637f918e5c69de8" : { "messages" : { "3698EB71-3FF0-4CF0-B4EF-449C99241406" : { ".priority" : 1.629810215185E12,...
I have given you Viewer access to our Firebase account
Hi. We deleted all threads, but for unknown reasons, we don't see messages being recorded to firebase db
We have resolved the problem that prevented the messages to be pushed to firebase db. We also see pushListener invocations, triggered by new messages. We're not able to verify that...
Thanks for this clarification. One final question - can updates to the local user profile be pushed to firebase DB? We're calling .setName(), .setMetaValue(), .setImageURL() on CDUser instance but the...
We're calling BChatSDK.db().save() after setting the user properties.
Hello. pushUser works, but we are still not able to add a user to a thread. As advised, we're calling .addUsers() from the thread owner account but we don't see...