Skip to content

[firebase_messaging] Management of data messages when activity is killed #829

@kroikie

Description

@kroikie

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions