• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Read data from Firebase real-time database

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?
 
Back
Top Bottom