Top "Firebase-realtime-database" questions

Firebase Realtime Database is a cloud hosted, NoSQL, JSON database that provides offline caching and synchronization.

Firebase UI RecyclerView onClick

I am using Firebase UI FirebaseRecyclerAdapter to populate a RecyclerView. I managed to get click events from components of my …

android android-recyclerview onclicklistener firebase-realtime-database firebaseui
How to save GeoFire coordinates along with other items in Firebase database?

I'm developing an app and saving some strings like postedAtTime, postedBy, postedOnDate in Firebase database. I want to save the …

android firebase firebase-realtime-database geofire
How to separate initial data load from incremental children with Firebase?

I have an application where new children get added to Firebase every 5 seconds or so. I have thousands of children. …

firebase firebase-realtime-database
How to clone an existing Firebase project data to another new project?

I want to clone an existing Firebase project, lets name it ProjectA that previously exists on Firebase console with some …

firebase firebase-realtime-database firebase-remote-config
Why do I get "Failed to bounce to type" when I turn JSON from Firebase into Java objects?

[Disclosure: I am an engineer at Firebase. This question is meant to be a reference question to answer many questions …

java android firebase firebase-realtime-database
AngularFireList is not assignable to type 'Observable<Response>

I have an Ionic page which is querying FirebaseListObservable to make dynamic searching on ion-searchbar. It works well with [email protected]

angular firebase firebase-realtime-database ionic3 angularfire2
Firebase - What is the difference between ref and child?

In Firebase, ref and child are used a lot. For example - firebase.database().ref('users/<user-id>') …

javascript firebase firebase-realtime-database
How to retain RecyclerView's position after Orientation change, while using Firebase & ChildEventListener?

I'm working on a simple APOD app that implements: RecyclerView CardView Firebase Picasso The app grabs images and text from …

android firebase firebase-realtime-database
Getting Data out of Firebase Object with Angular2, angularfire2 and Typescript

Im currently working on a Project with Angular 2 and angularFire2. My database looks like this in Firebase: base:/data [{Name:…

angular firebase firebase-realtime-database rxjs angularfire2