firebase / firebase/firebase-ios-sdk
FR: Add method to get all subscribed topics
- Dominant language
- C++
- Stars
- 6.7k
- Forks
- 1.8k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 75
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.
Contributor guide
Assessment
This issue has not been assessed yet.