Top "Firebase-realtime-database" questions

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

Get users by name property using Firebase

I'm trying to create an application where I can get/set data in specific users accounts and I was tempted …

firebase firebase-realtime-database
How to Convert Firebase data to Java Object...?

Using Firebase Library to send data to the server in the form Message(String, String) added to the HashMap<…

java android firebase firebase-realtime-database
firebase.database is not a function

I 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-database
Google firebase check if child exists

In my app, I need to check if a given element of my database on firebase has a child with …

java android firebase firebase-realtime-database
How to retrieve data from Firebase Database?

I'm trying to create a simple program that takes name, mobile number and email address from user and then puts …

javascript firebase firebase-realtime-database
Firebase (FCM): open activity and pass data on notification click. android

There 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-messaging
How to delete from firebase realtime database?

I am using Firebase realtime database in Android app, and have data like this: How can i delete the record "…

android firebase firebase-realtime-database
Firebase search by child value

I have the following structure on my Firebase database: I would like to search for an user by name, last …

javascript firebase firebase-realtime-database
How to do a simple search in string in Firebase database?

I want to create a simple search in my app, but cannot find anything on interwebs about it, that's more …

android firebase firebase-realtime-database
Firebase Database Permission denied with read/write permissions set to true

I'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