db.child("root/child_1").stream(callback, None)
works perfectly when child_1
contains only a few items (~200), but the callback is never called (not even once when the stream is invoked first) when we have ~2000 entries under child_1.
I'm using Pyrebase. I'm not sure if this is a Pyrebase problem or a firebase problem.