Top "Firebase-realtime-database" questions

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

How to get all child's data in firebase database?

I have this firebase database and i need to get all phone numbers of users , which listener shall i use …

android firebase firebase-realtime-database
How to remove child nodes in firebase android?

I have a number of child nodes in my firebase db and I want to delete only one child node. …

android firebase firebase-realtime-database
How to hide an item from Recycler View on a particular condition?

I am using Firebase Recycler Adapter (Firebase UI Library) to populate Recycler View. I want to hide an item(row) …

android firebase android-recyclerview firebase-realtime-database firebaseui
Check if value exists in firebase DB

Is there a method in firebase, which can check if value exist in DB? Firebase has method .exists(), but according …

javascript firebase firebase-realtime-database
In Firebase when using push() How do I get the unique ID and store in my database

I am pushing data in firebase, but i want to store unique id in my database also . can somebody tell …

javascript reactjs firebase firebase-realtime-database
Firebase update vs set

As the title says, I can't get the differences between update and set. Also the docs can't help me, as …

javascript firebase firebase-realtime-database
How do I check if a firebase database value exists?

I'm using the Realtime Database with Google's Firebase, and I'm trying to check if a child exists. My database is …

swift firebase firebase-realtime-database
The pipe 'async' could not be found

I am trying to build a simple blog with Angular 2 and Firebase and I am having issues using async pipe …

asynchronous angular firebase firebase-realtime-database angular2-observables
How to send FCM notification to app from web

I am developing chat app which is based on Firebase Database and Storage. Everything is working fine, but now I …

php firebase firebase-realtime-database firebase-cloud-messaging firebase-storage