Does a notification message count towards the collapse_key limit?

孤者浪人 提交于 2019-12-19 11:23:14

问题


As per the Firebase Notification docs:

Notification messages are always collapsible.

I was trying to figure out if they have some intrinsic collapse_key. And if so, does that count towards the collapse_key limit of 4 per device?


回答1:


You are correct. All the notifications sent from the Web Console are collapsible.

Which means they have an implicit collapse_key

If a device has a pending-to-be-delivered messages from the Web Console,
this implicit collapse_key counts towards the limit of 4 per device.



来源:https://stackoverflow.com/questions/39655543/does-a-notification-message-count-towards-the-collapse-key-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!