Topic Won't Save in Firebase

◇◆丶佛笑我妖孽 提交于 2019-12-29 09:25:09

问题


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 a button:

[[FIRMessaging messaging] subscribeToTopic:@"/topics/sampletopic"];

Nothing happens though when I test clicking this button. I've added what is necessary to the podfile. What am I missing?

edit: where does this even show up in Firebase? Where can I see my saved topics?


回答1:


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.



来源:https://stackoverflow.com/questions/39382240/topic-wont-save-in-firebase

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