How can I eliminate the opportunity of an app user to call FirebaseMessaging.subscribeToTopic(String) in order to handle topic management only server side?
FirebaseMessaging.subscribeToTopic(String)
Firebase Cloud Messaging topics are public. There is no way to prevent specific users from subscribing to them.