如何消除应用用户调用 FirebaseMessaging.subscribeToTopic(String)
以仅在服务器端处理主题管理的机会?
How can I eliminate the opportunity of an app user to call FirebaseMessaging.subscribeToTopic(String)
in order to handle topic management only server side?
Firebase 云消息传递主题是公开的.没有办法阻止特定用户订阅它们.
Firebase Cloud Messaging topics are public. There is no way to prevent specific users from subscribing to them.
这篇关于禁止用户订阅 Firebase 主题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!