IllSc
IllSc

Reputation: 1459

Unsubscribe Firebase cloud messaging client via REST API

Is it possible to unsubscribe mobile client via REST API? I need it so my application server can unsubscribe clients.

Upvotes: 4

Views: 2542

Answers (1)

morepork
morepork

Reputation: 983

Yes, you can use batchRemove to remove multiple registration tokens from a topic, for more information see: https://developers.google.com/instance-id/reference/server#manage_relationship_maps_for_multiple_app_instances

Upvotes: 3

Related Questions