Top "Firebase" questions

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

How can I solve the error 'TS2532: Object is possibly 'undefined'?

I'm trying to rebuild a web app example that uses Firebase Cloud Functions and Firestore. When deploying a function I …

typescript firebase google-cloud-firestore google-cloud-functions
Get Download URL from file uploaded with Cloud Functions for Firebase

After uploading a file in Firebase Storage with Functions for Firebase, I'd like to get the download url of the …

node.js firebase firebase-storage google-cloud-functions
How to retrieve data from Firebase Database?

I'm trying to create a simple program that takes name, mobile number and email address from user and then puts …

javascript firebase firebase-realtime-database
Firebase (FCM): open activity and pass data on notification click. android

There should be clear implementation of how to work with Firebase notification and data. I read many answers but can't …

android firebase notifications firebase-realtime-database firebase-cloud-messaging
How to send device to device messages using Firebase Cloud Messaging?

After searching the docs I could not find any info on how to send device to device messages using FCM …

firebase firebase-cloud-messaging
Android Firebase DynamiteModule: Failed to load module descriptor

Since upgrading to the newest version of Firebase (9.0.0), I can't get rid of the following two errors when authenticating a …

android firebase firebase-authentication
Using Firebase in .NET

I want to implement Firebase into my .NET WPF Desktop Application. I can't find anything useful on the internet about …

c# .net firebase firebase-analytics
How to delete from firebase realtime database?

I am using Firebase realtime database in Android app, and have data like this: How can i delete the record "…

android firebase firebase-realtime-database
What to use now that FirebaseInstanceId.getInstance().getToken() is deprecated

I would like to know what would be the correct way to get Firebase token for sending push notification now …

android firebase push-notification firebase-cloud-messaging
Firebase search by child value

I have the following structure on my Firebase database: I would like to search for an user by name, last …

javascript firebase firebase-realtime-database