【问题标题】:topics are not displaying in firebase console主题未显示在 Firebase 控制台中
【发布时间】:2017-06-22 05:07:27
【问题描述】:

我添加了以下代码以在 Firebase 中订阅主题:

Messaging.messaging().subscribe(toTopic: "topics/news")

我已经等了超过 24 小时。它在 firebase 控制台中仍然不可用。

【问题讨论】:

标签: ios swift firebase firebase-cloud-messaging firebase-console


【解决方案1】:

您不应在主题名称中包含topic/

试试

Messaging.messaging().subscribe(toTopic: "topics/news")

在此处查看示例:

https://firebase.google.com/docs/reference/ios/firebasemessaging/api/reference/Classes/FIRMessaging#/c:objc(cs)FIRMessaging(im)subscribeToTopic:

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-05-26
    • 2018-04-20
    • 1970-01-01
    • 2020-01-03
    • 2017-01-11
    • 2020-12-27
    • 2021-08-24
    相关资源
    最近更新 更多