Creating FCM Topics takes a long time to show in console

怎甘沉沦 提交于 2019-12-02 11:38:32

问题


When I subscribe to a topic which doesn't exist.. why would it take a day long to apear in the Firebase Console ? would be created directly or after 1 day ? (Can I access it even when it's not shown in the console ? )

I have an application that uses push notifications so I will create a topic for every user in case he has more that one device or token was deleted. is there a good way to achieve this rather than topics ?


回答1:


The topic is immediately created when a device subscribes to it, or a server app send data to it. But it indeed takes a few hours before tokens show up in the dropdown in the Firebase Notifications console.



来源:https://stackoverflow.com/questions/39181963/creating-fcm-topics-takes-a-long-time-to-show-in-console

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