Group Firebase FCM on Android Device

前端 未结 1 733
日久生厌
日久生厌 2021-01-28 15:53

I am trying to send cloud messages using the Firebase console. I am doing this for android device.

The push notifications do appear on the device fine along with the da

相关标签:
1条回答
  • 2021-01-28 16:29

    By grouping the notification, do you mean stacking or bundling notifications?

    If so, this is actually depends on how you handle notifications in your client app. You simply have to make use of the setGroup() to add all your notifications to a single group then calling notify() to let the NotificationManager of the changes.

    This Add Each Notification to a Group documentation pretty much sums it all up.

    0 讨论(0)
提交回复
热议问题