Top "Firebase-realtime-database" questions

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

Setting custom key when pushing new data to firebase database

Well, I am new to Firebase and I want to have my own keys while pushing new data to database. …

java android firebase firebase-realtime-database fire-sharp
How to get the key from a Firebase data snapshot?

I'm able to query my users array with an e-mail address and return the user's account info: users.orderByChild('email').…

javascript firebase firebase-realtime-database
Where can I find my Firebase reference URL in Firebase account?

In the third last line of the below code, how can I find the firebase URL. I am not able …

android firebase firebase-realtime-database firebase-console
What would be the AWS equivalent to Firebase Realtime Database?

I'm working on a new game project at the moment that will consist of a React Native front-end and a …

amazon-web-services firebase-realtime-database real-time aws-lambda aws-iot
What's the best way of structuring data on firebase?

I am new to firebase and I want to know what's the best way of structuring data on it. I …

firebase data-structures nosql firebase-realtime-database
Add extra User Information with firebase

I have integrated firebase auth with my android app. Lets say a user has a mail [email protected]. I …

android firebase firebase-realtime-database firebase-authentication
Firebase Permission denied Error

I am Very beginner to firebase and trying to get value from my database. but it showing me same error …

android firebase firebase-realtime-database android-database
Confirm Window in React

I have this following code : renderPosts() { return _.map(this.state.catalogue, (catalogue, key) => { return ( <div className="item col-md-3" …

javascript reactjs firebase firebase-realtime-database confirm
How to check if a Firebase App is already initialized on Android

With the following, the first time it's called it works, but then fails on subsequent calls with "FirebaseApp name [DEFAULT] …

java android google-api firebase firebase-realtime-database
What is firebase and how to use it in Android?

I want to create an android app, where I, as an author, upload my college notes and anyone can download …

java android firebase firebase-hosting firebase-realtime-database