【问题标题】:Push notification to all users in firebase [duplicate]向firebase中的所有用户推送通知[重复]
【发布时间】:2019-08-08 09:31:47
【问题描述】:

我正在尝试向我的 firebase 应用中的所有用户发送推送通知。 有没有办法在不使用主题的情况下做到这一点?

我已尝试执行以下请求:

{
  "to":"/topics/all", 
   "data":{
      "message" :" {My message}"
    }
}

感谢任何帮助!

【问题讨论】:

  • 主题最适合这个。您反对使用主题有什么原因吗?
  • 是的,你是对的

标签: firebase push-notification firebase-cloud-messaging postman


【解决方案1】:

如果您绝对不能使用某个主题,那么您需要从所有用户的应用安装中收集所有设备 ID 令牌,然后将消息直接发送到所有这些令牌。但我怀疑使用主题而不是编写所有代码会更容易。

【讨论】:

    猜你喜欢
    • 2021-03-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多