Niv M
Lurker
Hello I'm using Firebase real-time database in my app, the problem is that I can only read from the database when the database has changed through the onDataChange event.
I need to read from the database at any given moment or get a DataSnapshot instance from DatabaseReference, any suggestions?
I need to read from the database at any given moment or get a DataSnapshot instance from DatabaseReference, any suggestions?