Top "Firebase" questions

Firebase is a serverless platform for unified development of applications for mobile devices and for the web.

firestore: PERMISSION_DENIED: Missing or insufficient permissions

I am getting the Error gettingdocuments.com.google.firebase.firestore.FirebaseFirestoreException: PERMISSION_DENIED: Missing or insufficient permissions. for the below …

android firebase google-cloud-firestore
how to get all child list from Firebase android

I want all child list from Firebase in android. I have implement this code but its not working. mFirebaseRef = new …

android firebase firebase-realtime-database groupchat
Firebase Permission Denied

I'm relatively new to coding and am having trouble. I have this code to send data to firebase app.userid = …

javascript firebase firebase-realtime-database firebase-security
Convert Promise to Observable

I am trying to wrap my head around observables. I love the way observables solve development and readability issues. As …

angular firebase rxjs firebase-authentication
Notification Icon with the new Firebase Cloud Messaging system

Yesterday Google presented at Google I/O the new notification system based on the new Firebase. I tried this new …

android push-notification firebase googleio firebase-cloud-messaging
Plugin with id 'com.google.gms.google-services' not found

I have followed this link to integrate ads in my app. But it shows this error: This is my build.…

android firebase admob
How to delete/remove nodes on Firebase

I'm using Firebase for a web app. It's written in plain Javascript using no external libraries. I can "push" and …

javascript web firebase
Error: fix the version conflict (google-services plugin)

As per this SO thread, I know there are version conflicts, but issue still persists after new versions from Google. …

android firebase google-play-services firebase-cloud-messaging
Firebase cloud messaging notification not received by device

I am having an issue with FireBase Cloud Messaging in which I get the Token from the device and send …

android firebase google-cloud-messaging firebase-cloud-messaging
Cloud Firestore collection count

Is it possible to count how many items a collection has using the new Firebase database, Cloud Firestore? If so, …

firebase google-cloud-firestore