Top "Firebase" questions

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

Firebase Cloud Messaging Doesn't Create Push Notifications but Gets Information

I was working through this tutorial (https://www.youtube.com/watch?v=JsWHzU1DxjM) to try and put push notifications …

ios swift firebase firebase-notifications
FirebaseApp with name [DEFAULT] doesn't exist

After migrating to Firebase Cloud Messaging.When opening my app it crashes and throws an error saying java.lang.IllegalStateException: …

java android firebase
How to get URL from Firebase Storage getDownloadURL

I'm trying to get the "long term persistent download link" to files in our Firebase storage bucket. I've changed the …

java android firebase firebase-storage
Framework not found GoogleToolboxForMac

After I update my Firebase via "pod update", I got error like this : ld: warning: directory not found for option …

ios firebase swift2 cocoapods google-toolbox-for-mac
Setting custom key when pushing new data to firebase database

Well, I am new to Firebase and I want to have my own keys while pushing new data to database. …

java android firebase firebase-realtime-database fire-sharp
How to stop Firebase from logging status updates when app is launched

Whenever I launch the FireBase app, it logs the status of various Firebase features. Right now this is what is …

ios iphone firebase
How to get the key from a Firebase data snapshot?

I'm able to query my users array with an e-mail address and return the user's account info: users.orderByChild('email').…

javascript firebase firebase-realtime-database
Where can I find my Firebase reference URL in Firebase account?

In the third last line of the below code, how can I find the firebase URL. I am not able …

android firebase firebase-realtime-database firebase-console
Firebase FCM Usage Limits

I was wondering if there is a comprehensive list that privides details of the various Firebase FCM usage limits. I …

firebase google-cloud-messaging firebase-cloud-messaging
Forgot password in Firebase for Android

I believe there is a way for changing your password in Firebase but is there a way where the user …

android firebase firebase-authentication