fechanique / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
624 stars 991 forks source link

Group multiple notifications #607

Open akadebnath opened 4 years ago

akadebnath commented 4 years ago

I want to merge multiple notification to a single one.

Use case: I am building a chat application. Whenever a new message is sent, the receiver gets a notification. However, If there are 3 new messages, 3 fcm messages are sent. The device shows 3 different notification dots, and 3 different notifications. I would like to merge those 3 in one.

Think about whatsapp notifications. Even if you get 100 new messages, there is only one notification dot, and the messages are grouped into single. How to do that? Is this supported in this plugin, or I should use a different one?