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

Search results

  1. Niv M

    Read data from Firebase real-time database

    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?