firebase_admin.db.Reference.listen()
don't work when using firebase emulator
#844
Labels
firebase_admin.db.Reference.listen()
don't work when using firebase emulator
#844
Describe your environment
Describe the problem
Steps to reproduce:
When using the firebase emulator, the callback registered with the listen method is not called even if the database value is updated.
However, it will be called correctly when not using the emulator.
Relevant Code:
The text was updated successfully, but these errors were encountered: