Top "Firebase" questions

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

Is It Possible To Get The ID Before It Was Added?

I know that in Realtime Database I could get the push ID before it was added like this: DatabaseReference databaseReference= …

firebase google-cloud-platform google-cloud-firestore
Flutter and google_sign_in plugin: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null)

The dialog (Google form) for the credentials is opened successfully, but after I fill my credentials I'm getting this error. …

firebase flutter dart firebase-authentication google-signin
How to add Firebase custom events for analytics?

I've seen some questions and answers about custom events for firebase analytics, but i just wanted to ask you a …

android firebase firebase-analytics firebase-console
Transferring an app to another Firebase account

I have a few apps under my personal firebase account for testing, but now need to transfer an app to …

firebase
How do I check if a firebase database value exists?

I'm using the Realtime Database with Google's Firebase, and I'm trying to check if a child exists. My database is …

swift firebase firebase-realtime-database
The pipe 'async' could not be found

I am trying to build a simple blog with Angular 2 and Firebase and I am having issues using async pipe …

asynchronous angular firebase firebase-realtime-database angular2-observables
When I refresh my website I get a 404. This is with Angular2 and firebase

When I refresh my website I get a 404. This is with Angular2, typescript and firebase. I've deployed to firebaseapp with …

typescript firebase angular firebase-security firebase-hosting
Firebase Storage Video Streaming

I'm working on an app that has video streaming functionality. I'm using firebase database and firebase storage. I'm trying to …

firebase video-streaming google-cloud-platform firebase-storage
How to use the Firebase refreshToken to reauthenticate?

I use the JS library call firebase.auth().signInWithEmailAndPassword(email, password) and get back a User object. The User object …

firebase firebase-authentication
How to send FCM notification to app from web

I am developing chat app which is based on Firebase Database and Storage. Everything is working fine, but now I …

php firebase firebase-realtime-database firebase-cloud-messaging firebase-storage