How to collapse multiple notifications into a single one using Firebase?
问题 I have function in Firebase Cloud Functions which is used to send notifications to specific users within my app and has as the notificationContent the following code: const notificationContent = { notification: { title: "My Notification Title", body: "My Notification Body", icon: "default", sound : "default" } }; I have tried to use collapse_key: "unique_key" but it has no effect. I read the has an effect only when the device is offline. I also have used a tag: "unique" but every time a new