Android Question Null Notification

Gktech

Member
Licensed User
When the application is closed a record arrives normally, more when the application is open NULL follows the image:
 
Last edited by a moderator:
Upvote 0

KMatle

Expert
Licensed User
Longtime User
Like with all API's it depends on what you send and what you do with it (data/notification/mixed messages). THERE ISN'T JUST ONE MESSAGE TYPE. As @DonManfred has written: Show us the code of
B4X:
Sub fm_MessageArrived (Message As RemoteMessage)
.

Here are the different message types which behave different: https://firebase.google.com/docs/cloud-messaging/concept-options
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…