Firebase Realtime Database is a cloud hosted, NoSQL, JSON database that provides offline caching and synchronization.
I'm trying to create an application where I can get/set data in specific users accounts and I was tempted …
firebase firebase-realtime-databaseUsing Firebase Library to send data to the server in the form Message(String, String) added to the HashMap<…
java android firebase firebase-realtime-databaseI am trying to upgrade from earlier firebase version to the latest in my ionic project. I followed this tutorial …
javascript angularjs ionic-framework firebase firebase-realtime-databaseIn my app, I need to check if a given element of my database on firebase has a child with …
java android firebase firebase-realtime-databaseI'm trying to create a simple program that takes name, mobile number and email address from user and then puts …
javascript firebase firebase-realtime-databaseThere should be clear implementation of how to work with Firebase notification and data. I read many answers but can't …
android firebase notifications firebase-realtime-database firebase-cloud-messagingI am using Firebase realtime database in Android app, and have data like this: How can i delete the record "…
android firebase firebase-realtime-databaseI have the following structure on my Firebase database: I would like to search for an user by name, last …
javascript firebase firebase-realtime-databaseI want to create a simple search in my app, but cannot find anything on interwebs about it, that's more …
android firebase firebase-realtime-databaseI'm having trouble writing to my Firebase database in my simple Android app. I've set my database rules to be …
android firebase firebase-realtime-database