If the app is in a killed state and a data message is sent, the app will call the onMessageReceived of the FlutterFirebaseMessagingService, but since the Activity is killed the FirebaseMessagingPlugin can not respond to the intent and the message is lost.
This is a problem when somebody wants to perform an action depending on the data which is contained in a message.
Are there any plans to handle this kind of behaviour?
If the app is in a killed state and a data message is sent, the app will call the onMessageReceived of the FlutterFirebaseMessagingService, but since the Activity is killed the FirebaseMessagingPlugin can not respond to the intent and the message is lost.
This is a problem when somebody wants to perform an action depending on the data which is contained in a message.
Are there any plans to handle this kind of behaviour?