Hybrid app notification overwrite

1
Hi all,   I have implemented the push notification service in a Hybrid app (as documented). The push notifications are working, with a small issue that it doesn’t show multiple notifications as separate cards or stacked. It just shows 1 notification (the last one, I guess).  I am wondering if that’s the default behavior and/or a setting/code that I can change. Device – Android Method –  FCM Environment – Sandbox
asked
1 answers
1

Solved.

The module makes a REST call to send notification to registered android devices. The request message was outdated in the module.

For reference – https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#top_of_page

answered