suhail23599

Results 6 comments of suhail23599

facing same issue when used in Vue3 project. Here in my case i am having multiple listener on the same path, eg: childChanged, childRemoved. It works when one of the...

Hi @hsubox76 , we have a micro-frontend application, where ,in both the services, we import firebase/database. is this an issue? We are trying to use the firebase DB reference from...

@maneesht this is still happening even if we use `toRaw` method

@maneesht this is the log i put in node_module. Here i am getting newChildren as empty. This happens when i use listener like **onChildChanged.** I have used different DB reference...

we had a workaround to fix this issue. In our application, we had multiple DB listeners which used same firebase DB reference that was causing the issue. Hence, we created...

We resolved this issue by importing firebase SDK methods only in one service, ie. in our case it was a parent ui, then we exposed all these methods to child...