Creating FCM Topics takes a long time to show in console(创建 FCM 主题需要很长时间才能在控制台中显示)
问题描述
当我订阅一个不存在的主题时.. 为什么要花一天时间才能出现在 Firebase 控制台中?是直接创建还是 1 天后创建?(即使控制台中没有显示,我也可以访问它吗?)
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 ?
推荐答案
当设备订阅主题或服务器应用向其发送数据时,会立即创建主题.但确实需要几个小时,令牌才会出现在 Firebase 通知控制台的下拉列表中.
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.
这篇关于创建 FCM 主题需要很长时间才能在控制台中显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:创建 FCM 主题需要很长时间才能在控制台中显示
基础教程推荐
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01