Top "Firebase" questions

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

Firestore Getting documents id from collection

I'm trying to retrieve my documents with id but can't figure it out. Currently I retrieve my documents like this : …

angular firebase google-cloud-firestore nosql angularfire2
Get the pushed ID for specific value in firebase android

I want to retrive the id that generated by firebase when I pushed value to it like next I want …

android firebase firebase-realtime-database
Error: No Firebase App '[DEFAULT]' has been created - call Firebase App.initializeApp()

I have a firebase database linked up to two apps, one being an iOS app and another being a web …

javascript ios node.js firebase firebase-realtime-database
Is Firebase Cloud Messaging free?

I need to implement push notification feature in my application. Exploring some options. Google recently recommends Firebase platform, but this …

android push-notification firebase google-cloud-messaging firebase-cloud-messaging
Firebase messaging, where to get Server Key?

Firebase allows us to send notification messages via our own application by making POST request. This tutorial, gives to us …

firebase google-cloud-messaging firebase-cloud-messaging
Compilation failed to complete:Program type already present: com.google.android.gms.internal.measurement.zzabn

When compiling my project I get the following error message: Program type already present: com.google.android.gms.internal.measurement.…

java android firebase android-studio firebase-realtime-database
Getting all documents from one collection in Firestore

Hi I'm starting with javascript and react-native and I'm trying to figure out this problem for hours now. Can someone …

javascript firebase react-native google-cloud-firestore
What's the difference between Cloud Firestore and the Firebase Realtime Database?

Google just released Cloud Firestore, their new Document Database for apps. I have been reading the documentation but I don't …

firebase firebase-realtime-database google-cloud-platform google-cloud-firestore
Get users by name property using Firebase

I'm trying to create an application where I can get/set data in specific users accounts and I was tempted …

firebase firebase-realtime-database