Category "firebase-cloud-messaging"

FirebaseMessaging.onBackgroundMessage in iOS when app is terminated/in-background never called

I have this issue, that I have a handler passed to FirebaseMessaging.onBackgroundMessage(firebaseMessagingBackgroundHandler) that's responsible to save the inco

A Firebase App named "[DEFAULT]" already exists

I have my flutter App integrated with firebase, everything was fine but when I migrated firebase project to client firebase console, added his google services f

A Firebase App named "[DEFAULT]" already exists

I have my flutter App integrated with firebase, everything was fine but when I migrated firebase project to client firebase console, added his google services f

Firebase Android - Skipping initialization

I am currently implementing an Android app, which uses Firebase Cloud Messaging. I've implemented everything according to the tutorial on the Firebase page. Ho

Flutter Chat App or Messaging App Notification

I am making a chat app with flutter. I used StreamBuilder to receive messages and store them in Firestore. StreamBuilder<QuerySnapshot<Map<String, dyn

Handling refresh tokens for FCM device groups

I am trying to implement Firebase cloud messaging in my Android app through a Node.js server and I have got stuck at a usecase. I saw the Firebase tutorial of

Flutter App won't build appbundle/APK or run on Android after android studio 3.5

Basically my app run and build on iOS but doesn't on Android anymore after I updated Android studio to 3.5 version and i really need to be able to post a releas

FCM notification not retrieve when app is closed

I am retrieving the notification from firebase cloud messaging into my android app. but the problem is when my app is opened or in running state in that case on

Flutter Firebase foreground push notification not showing but background is working

It's been few days since I've been trying to solve this problem. I have implemented firebase messaging for push notification, as a result, I am able to receive

Firebase push notifications stops working after some time for all users in my Flutter app. Is this correct flutter fcm implementation?

I'm using aws sns to send notifications to users via firebase cloud messaging. App is built with flutter. Notifications work alright(background,foreground,kille

FirebaseMessagingService Illegal Access

I am using flutter for building application. Recently, I have added firebase analytics to it but now I am experiencing one fatal issue. I am not sure what is ca

How to set up Firebase Push Notification with Deep Link with Unity3D

I am implementing Firebase Cloud Messaging to send Push Notifications to my Unity Project for Android and iOS Devices. I am now Debugging with Android. I receiv