Firebase Realtime Database is a cloud hosted, NoSQL, JSON database that provides offline caching and synchronization.
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-authenticationI'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-databaseIn my android app, there is an error while compiling the app. I am working in the latest android studio …
java android firebase firebase-realtime-database firebaseuiUpdate: 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-functionsI 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-storageI am having a problem when I try to setPersistence in fIREBASE,can someone please explain on how to go …
android firebase firebase-realtime-databaseI have created some users using firebase.auth().signInWithEmailAndPassword and would like to stop signUp now, but keep signIn working. …
firebase firebase-realtime-database firebase-authenticationI'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 queryingI'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-securityWhenever I use addListenerForSingleValueEvent with setPersistenceEnabled(true), I only manage to get a local offline copy of DataSnapshot and NOT …
android firebase firebase-realtime-database