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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
I am using node-gcm on my server side implementation.
I sent out (These are what i see in push.on("notification", function(data) { }) )
{
"message": "first one",
"additionalData": {
"notId": "123"
}
}
and
{
"message": "another one",
"additionalData": {
"notId": "456"
}
}
But the second notification will replace the first one in the notification tray..
Is there anything I am missing? Are there some other parameters that dictate notification replacement?
The text was updated successfully, but these errors were encountered: