Top "Firebase-realtime-database" questions

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

How do I lock down Firebase Database to any user from a specific (email) domain?

I have a small, personal Firebase webapp that uses Firebase Database. I want to secure (lock down) this app to …

firebase firebase-security firebase-realtime-database firebase-authentication
Setting Singleton property value in Firebase Listener

I'm currently testing out Firebase along with a Singleton model I plan to use to access during the lifecycle of …

java android firebase singleton firebase-realtime-database
Set timeout for Cloud Functions for Firebase does not persist in the Console; is this a bug?

Update: I updated the question, to reflect what I described in the body of the question, and what was happening …

firebase firebase-realtime-database google-cloud-functions
Firebase get Download URL after successful image upload to firebase storage

I am trying to upload a single image to Firebase Storage, then grab its download url and assign this to …

javascript angular firebase firebase-realtime-database firebase-storage
How to disable Signup in Firebase 3.x

I have created some users using firebase.auth().signInWithEmailAndPassword and would like to stop signUp now, but keep signIn working. …

firebase firebase-realtime-database firebase-authentication
How to properly query a Firebase list in AngularFire2?

I'm developing an Angular2 application with Firebase as a backend. On a subpage I want to display some tasks for …

firebase firebase-realtime-database observable angularfire2 querying
How do you prevent duplicate user properties in Firebase?

I'm Using FirebaseSimpleLogin to create users and handle authentication. When I try and create a new user with simple login …

angularjs firebase firebase-realtime-database angularfire firebase-security
Firebase Offline Capabilities and addListenerForSingleValueEvent

Whenever I use addListenerForSingleValueEvent with setPersistenceEnabled(true), I only manage to get a local offline copy of DataSnapshot and NOT …

android firebase firebase-realtime-database