Ivo Dimitrov

Results 10 comments of 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. ![Screenshot 2021-08-26 at...

We're using the latest Chat SDK codebase.

Here is the screenshot. The function does not trigger when new messages are added. This run was started from Google Test UI. ![Screenshot 2021-08-26 at 15 45 18](https://user-images.githubusercontent.com/20191488/130965003-f2e8c17d-d795-45bc-84a2-c578f33432a9.png)

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...