Hello,
We are using web sdk of firebase and facing an error - "listen() called twice for same path/querId"
We are attaching a listener for child_added event on a node reference for chat messages of user with id "1"
reference - "user/messages/1"
After some time we detaching the listener by calling ".off()" on reference ("user/messages/1") to the same node.
After a while, we are trying to attach listener for child_added event on a node reference for chat messages of user with id "2"
reference - "user/messages/2"
In this case - we get the following error:
Can you help us understand what is the issue and how to resolve it?
thanks
Sunil