Makk0
Makk0

Reputation: 125

Forbid users to subscribe to Firebase topics

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

Upvotes: 1

Views: 206

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 600006

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

Upvotes: 3

Related Questions