Topic Won't Save in Firebase

后端 未结 1 1201
失恋的感觉
失恋的感觉 2020-12-21 22:43

I\'m trying to let a user subscribe to a Topic and save it in Firebase. I\'ve followed the guides from firebase.google.com and have added the following code when a user taps

相关标签:
1条回答
  • 2020-12-21 23:06

    A topic is created automatically so long that there is a subscriber. However, for FCM, it takes about 24 hours for it to be available in the console, as also mentioned in the following posts:

    • https://stackoverflow.com/a/39371301/4625829
    • How To Create Topic in FCM Notifications
    • https://stackoverflow.com/a/37848400/4625829

    You can view it when you are going to Send a New Message in the Firebase Console, then in the Target section, choose Topic.

    0 讨论(0)
提交回复
热议问题