You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to set priority of the data message to 'high' because terminated Flutter app will ignore it otherwise. I tried fcm_devices.send_message(None, extra=json_message, priority="high"). It works when app is in foreground and in background but not when it is terminated and it has to be because of priority: https://firebase.flutter.dev/docs/messaging/usage#message-types
Edit: I need pure data messages (no notifications)
The text was updated successfully, but these errors were encountered:
I need to set priority of the data message to 'high' because terminated Flutter app will ignore it otherwise. I tried
fcm_devices.send_message(None, extra=json_message, priority="high")
. It works when app is in foreground and in background but not when it is terminated and it has to be because of priority: https://firebase.flutter.dev/docs/messaging/usage#message-typesEdit: I need pure data messages (no notifications)
The text was updated successfully, but these errors were encountered: