Firebase Realtime Database is a cloud hosted, NoSQL, JSON database that provides offline caching and synchronization.
My app uses Firebase to sync and restore data. I use the setValue:withCompletionBlock: method to insert, update and delete …
ios objective-c firebase firebase-realtime-database persistenceI'm developing an Angular 2 app, I need make changeable the order of my columns in a List, clicking on the …
angular firebase firebase-realtime-database rxjs angularfire2I've been reading about Firebase and playing with it for a short while. The idea (BAAS) and implementation are impressive, …
firebase firebase-realtime-database backend dbaasI have a simple function loading data from Firebase. func loadFromFireBase() -> Array<Song>? { var songArray:Array&…
ios swift firebase firebase-realtime-database completionhandlerI launched my first open repository project, EphChat, and people promptly started flooding it with requests. Does Firebase have a …
firebase firebase-realtime-database firebase-security rate-limitingI want to use FirebaseRecyclerAdapter in my project and I used this code segment in a previous Project FirebaseRecyclerAdapter<…
android firebase firebase-realtime-database firebaseuiWhen I am trying to deploy a firebase project it shows an error message 'cannot find module firebase-functions' in npm …
node.js firebase firebase-realtime-database firebase-authentication firebase-hostingi'm very new with firebase. I need private key to accessing firebase admin sdk for my backend. Actually, my company …
firebase firebase-realtime-database firebase-adminI have two Firebase projects one for the development of another for production. How do I switch between them in …
firebase firebase-realtime-database google-cloud-functions firebase-toolsI am developing an taxi application in android. I need to store retrieve and update location of my cabs and …
android android-studio firebase firebase-realtime-database geofire