Forbid users to subscribe to Firebase topics

2019-02-20 18:30发布

问题:

How can I eliminate the opportunity of an app user to call FirebaseMessaging.subscribeToTopic(String) in order to handle topic management only server side?

回答1:

Firebase Cloud Messaging topics are public. There is no way to prevent specific users from subscribing to them.