【发布时间】:2020-04-13 16:44:13
【问题描述】:
当我发送 Firebase 推送通知时,我的服务器速度变慢,因为所有用户同时打开应用程序。 是否可以分组而不是一次发送通知? 例如,将所有用户分成 10 个组,并以 5 分钟的间隔向每个组发送通知。 我该怎么做?
【问题讨论】:
标签: firebase push-notification firebase-cloud-messaging firebase-notifications
当我发送 Firebase 推送通知时,我的服务器速度变慢,因为所有用户同时打开应用程序。 是否可以分组而不是一次发送通知? 例如,将所有用户分成 10 个组,并以 5 分钟的间隔向每个组发送通知。 我该怎么做?
【问题讨论】:
标签: firebase push-notification firebase-cloud-messaging firebase-notifications
Firebase 允许 topic 和 device group 发送消息。它应该可以帮助你。对于IOS,您可以使用this
【讨论】: