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
On Android, when receiving a remote notification when the app is foregrounded, the message.notification is always null, even when it is shown in the message's data.
Our payload is similar to this...
{
"notification" : {
"title" : "You have a notification",
"body" : "The body of the notification"
},
"data" : {
"someKey": "someValue",
}
}
This is being sent with AWS Pinpoint using "RawData" which is then passed thru Firebase Messages.
Here, result[0] is null.
Any ideas? Thanks for your help.
The text was updated successfully, but these errors were encountered:
On Android, when receiving a remote notification when the app is foregrounded, the
message.notification
is always null, even when it is shown in the message'sdata
.Our payload is similar to this...
This is being sent with AWS Pinpoint using "RawData" which is then passed thru Firebase Messages.
Here, result[0] is null.
Any ideas? Thanks for your help.
The text was updated successfully, but these errors were encountered: