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 onMessageReceived
method and show your custom notifications.
Post a Comment for "Fcm Cannot Show Pop Up When App In The Background"