Top "Firebase" questions

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

Firebase onTokenRefresh() is not called

In my MainActivityin my log, I can see the token using FirebaseInstanceId.getInstance().getToken() and it display the generated token. …

android firebase firebase-cloud-messaging firebase-notifications
Google sign in failed com.google.android.gms.common.api.ApiException: 10:

So I'm Stuck on this frustrating issue. I am quite new to Google Auth on Firebase but I done everything …

android firebase google-authentication
firebase storage - getting image URL

I have started to use firebase (Firebase for web) for my backend. I can handle Firebase Realtime Database quite well, …

firebase firebase-storage
How to add Document with Custom ID to firestore

Is there any chance to add a document to firestore collection with custom generated id, not the id generated by …

javascript firebase google-cloud-firestore
Setting a timer for a long period of time, i.e. multiple minutes

I want to use firebase auth with react native for Login and Signup but I got a yellow error: Setting …

javascript firebase react-native
Android Studio- Program type already present: com.google.android.gms.internal.measurement.zzwp

Yesterday,my app was working fine. Today, I don't know why, the app didn't compile anymore after I reopened the …

android firebase android-studio jar
Correct way to retrieve token for FCM - iOS 10 Swift 3

i had implement Firebase with FirebaseAuth/FCM etc and did sent notification successfully through Firebase Console. However i would need …

ios swift firebase firebase-cloud-messaging
Could not find a valid GoogleService-Info.plist in your project

When I run my swift 3.2 code with Xcode 9 beta 4 this is the error I get: *** Terminating app due to uncaught …

ios swift firebase firebase-authentication
How to remove child nodes in firebase android?

I have a number of child nodes in my firebase db and I want to delete only one child node. …

android firebase firebase-realtime-database