Android not showing FCM push notification while being closed/terminated
Trying to implement FCM for my Android app. When app is in background, the push notification is received and shown. When app is in foreground, my onMessageReceived is triggered. But when app is closed/terminated, not notification is shown.
I got a fatal error trying to install a firebase backend for a react native app
I am getting this error after the FitPro app installation:
Issue with Firebase App Distribution API – “Request contains an invalid argument” Error
I’m trying to use the Firebase App Distribution API to retrieve release information for my app, but I keep encountering a “Request contains an invalid argument” error.
Get message in background FirebaseMessagingService
Я хочу обработать сообщение из FirebaseMessagingService когда приложение закрыто или свернуто.
Firebase: How can I get the authentication status of the current user?
I have this firebase.js file:
Firebase: Why is my email verification not being sent?
I am trying to sendEmailVerification using Firebase but it’s failing.
Is it possible to deploy to a specific path in firebase hosting without overwriting the root site?
I would like to deploy to a specific part of the site, for example: “site.com/other”, and by doing so, not interfering with the root part already in place: “site.com/”.
Getting new_app_user event logged automatically in Firebase Analytics version 10.25.0
I have integrated the firebase analytics in the iOS app with version of Firebase Analytics 10.25.0.
Here when ever any event got logged the new_app_user event which we have not added in the code of our app, on search in project it is no where in app is getting logged in debug_view of the Firebase console.
Firebase auth: What is the purpose of AuthCredential? [closed]
Closed yesterday.
Where should I store device tokens of all my android app users so I can send them push notifications using Firebase Cloud Messaging?
I Have an app with over 12k active users. Now I want to implement push notifications using Firebase Cloud Messaging, the problem here is I need to store all the users devices tokens somewhere on a server in a Json file to store and retrieve these IDs later to send push notifications to all of the users. Now I am thinking of using Firebase RealTime Database to store these tokens, but I don’t know whether it is the right choice or not, because I don’t want to pay for a server that stores just array of device IDs ( tokens ). Later my app grows and I don’t know if Firebase Realtime Database is free or not for storing just some device IDs.