How to group on flutter Firebase notifications and how to open them, if they are grouped while receiving them on background and foreground
In my Firebase class i have managed to receive notifications and properly handle the navigation according to notification response body. However, i find out some difficulties while receiving multiple notifications from same chat, because in my android simulator it groups such notifications and while opening, there is no log at all, but on real device it does not group it and it works well. But still it is not right if notifications are not grouped from one chat and opening doesn’t work.
long delays before receiving topic message from Firebase Cloud Messaging
I’m developing a multi-user turn-based word game in Flutter which uses FCM topics to notify players of moves done.
Firebase cloud messaging integration in flutter
I connected firebase cloud messaging to my flutter app, i am receiving push notifications successfully, but then i connected my flutter app to a custom backend connected to firebase cloud messaging and i am only receiving messages in foreground, not in background. Can anyone suggest any possible reasons for this issue ?
Flutter how to navigate to a page from the notifications bar
I send users notifications to check their calendar from Firebase messaging. When the user clicks on the notification message I want the app to navigate to the calendar page.
Flutter FCM Send
I have a Flutter app with Firebase Cloud Messaging. Basically, it links a user document to an FCM device token. The plan was that every time a user would send a message to a chat or group chat, on that very same send method, another method like this one would be called:
fcm flutter how to check if user viewed notification
i want to check if user viewed notification in background or terminated.