Firebase Realtime Database is a cloud hosted, NoSQL, JSON database that provides offline caching and synchronization.
I have this firebase database and i need to get all phone numbers of users , which listener shall i use …
android firebase firebase-realtime-databaseWith the new firebase cloud function I've decided to move some of my HTTP endpoint to firebase. Everything works great... …
firebase firebase-realtime-database firebase-authentication firebase-security google-cloud-functionsI have a number of child nodes in my firebase db and I want to delete only one child node. …
android firebase firebase-realtime-databaseI 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 firebaseuiIs there a method in firebase, which can check if value exist in DB? Firebase has method .exists(), but according …
javascript firebase firebase-realtime-databaseI am pushing data in firebase, but i want to store unique id in my database also . can somebody tell …
javascript reactjs firebase firebase-realtime-databaseAs 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-databaseI'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-databaseI 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-observablesI 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