创建 FCM 主题需要很长时间才能在控制台中显示

Creating FCM Topics takes a long time to show in console(创建 FCM 主题需要很长时间才能在控制台中显示)
本文介绍了创建 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 主题需要很长时间才能在控制台中显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)