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

2023-07-28移动开发问题
6

本文介绍了创建 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 主题需要很长时间才能在控制台中显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

如何在 COCOS2d Android 中使用 CClistview?
How can I use CClistview in COCOS2d Android?(如何在 COCOS2d Android 中使用 CClistview?)...
2024-08-12 移动开发问题
5

cocos2d-android:如何显示分数
cocos2d-android: how to display score(cocos2d-android:如何显示分数)...
2024-08-11 移动开发问题
7

Sqlite 数据库未从资产文件夹 Android 复制
Sqlite database not copied from asset folder Android(Sqlite 数据库未从资产文件夹 Android 复制)...
2024-04-15 移动开发问题
8

SQLite 数据库副本在由设备而不是模拟器生成时出现损坏
SQLite Database Copy Appears Corrupted When Generated by Device and not Emulator(SQLite 数据库副本在由设备而不是模拟器生成时出现损坏)...
2024-04-15 移动开发问题
4

安卓文件拷贝
Android file copy(安卓文件拷贝)...
2024-04-15 移动开发问题
6

Android如何在android中检测Edittext的Copy事件
Android how to detect Copy event of Edittext in android(Android如何在android中检测Edittext的Copy事件)...
2024-04-15 移动开发问题
5