When I send a notification from the Firebase cloud messaging console, my device receives it without a problem, but when I send it via a cloud functions, the function...
I am implemented Firebase Cloud Messaging for Flutter using <a href="https://pub.dev/packages/firebase_messaging#-readme-tab-" rel="nofollow noreferrer">this</a>. all...
I'm using Flutter firebase_messaging library. I can display firebase push notification image in Android notification panel (system notification) like below, but I can'...
I'm having an issue with FCM on flutter. I have implemented messaging from my server so I'm storing my phone token for each user. The thing is that when a us...
I have an app in which I am using <a href="https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_messaging" rel="nofollow noreferrer">FCM (Fire...
Notification in json is well received by the phone receiver and there is a print with json content in 'onMessage'. However no notifications is shown on the screen. Her...
I am trying to navigate to a specific page using local notification, the moment the user touches the notification, below I leave the code of how I am doing it, basical...
I'm detecting app uninstalls using FCM. I'm sending silent notifications to users, if I'm getting <code>NotRegistered</code> response, I know that the app is uninstall...
I have a flutter app that i am trying to get Firebase cloud messaging to work on but for some reason it refuses to work when deploying to test flight. If i run...
I have an app, with user authentication through an email and password - which all works well. Through the use of the app the user will enter various dates, and...
I generated the token using <code>final fcmToken = await FirebaseMessaging.instance.getToken();</code> and put it in the console, then selected it and sent the test me...
I am trying to navigate to a specific page when a notification is clicked. The onResume and onMessage callbacks are invoked when I click on the notification and I can...
I had a flutter app with a chat room feature. Firebase messaging is used to push remote notification. I want to hide the notification popup if the app is at foreground...
How push notification work with AWS SNS and amplify?<br> What i guess is AWS SNS will send notification to FCM and SNS is triggering from backend then FCM will distri...
I want to wake up the device after sending FCM notification. I was able to send notifications to android devices using admin sdk in Cloud Functions. However, I cannot...