Open
Description
Environment
- Xcode version: Version 9.4.1 (9F2000)
- Firebase SDK version: 5.2.0
- Firebase Component: Messaging
- Component version: 3.0.2
Feature Proposal
Currently it's not possible to unregister from all subscribed topics (I know there's a workaround to create a new instance id in order to do that) or to get a list of subscribed topics to add/remove subscriptions on that basis.
There's already an API to do that: https://developers.google.com/instance-id/reference/server#get_information_about_app_instances
It would be great if it would be possible to integrate that API (at least the topics part) into the SDK.