Relative Content

Tag Archive for flutterfirebase-cloud-messaging

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.

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 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: