Skip to content Skip to sidebar Skip to footer

Fcm Cannot Show Pop Up When App In The Background

If fcm message contains 'notification' section and app is in the background, Notifications delivered to the system tray and data in extras of the intent. The problem is that I cann

Solution 1:

The best solution i have found is to use only Data payload and handle both background/foreground messages inside onMessageReceivedmethod and show your custom notifications.


Post a Comment for "Fcm Cannot Show Pop Up When App In The Background"