I'm having a problem with use the FirebaseMessagingService. The FirebaseMessagingService works fine. I receive the messages and the notifications. But I need se
Does FCM requires. that the user must have Play Services installed on his phone in order to receive notifications? You see GCM do but now Im planning to move
I am migrating my app from GCM to FCM. When a new user installs my app, the onTokenRefresh() is automatically being called. The problem is that the user is not
Since I updated to Android SDK Tools 25.1.6 and Android Support Repository 32.0.0 (this morning), I got the following error, I didn't change anything in my code
I am trying to create fcm API using nest js which I am using in a flutter. I am new to Nest js and I have implemented the code using this. There is no error in
I don't receive Push notification with Parse Server, i tried only from dashboard it says "SENT" but it's not delivered. Here's my index.js configurations :
I'm having two Firebase projects (on se same account, but could be two different accounts) and each project have an iOS app registered with the same bundle ID (
I have implemented firebase cloud messaging and firebase functions to my app and used flutter local notifications and added a showNotifications function to make
I have this issue, that I have a handler passed to FirebaseMessaging.onBackgroundMessage(firebaseMessagingBackgroundHandler) that's responsible to save the inco
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
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
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
I am making a chat app with flutter. I used StreamBuilder to receive messages and store them in Firestore. StreamBuilder<QuerySnapshot<Map<String, dyn
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
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
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
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
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
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
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