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
A developer needs to be able to receive the onMessageReceived() callback called when the app is killed.
For use cases where FCM is being used to send messages to the devices as Data Notifications and handling building the notifications themselves from the payload.
There should be a way to specify so that the broadcast intent that FCM fires contains the FLAG_INCLUDE_STOPPED_PACKAGES set to true.
This use case seems to work when using GCM, but FCM seems to set the FLAG_EXCLUDE_STOPPED_PACKAGES to true.
cheruvian, robachmann, andrewbrooke, mkosik and rcha