-
Notifications
You must be signed in to change notification settings - Fork 1.6k
FR: Add method to get all subscribed topics #1431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Similar to #225, but not quite identical. |
This comment has been minimized.
This comment has been minimized.
This functionality would be great. Handling subscribed topics right now is a bit of an unnecessary hassle, as I have to keep track of it myself via firestore or shared preferences. |
@morganchen12 Any update? |
Any update? |
You can do it through GET request. Check this Stack overflow post. |
Thnx for the link @halabe15. I'm afraid, what you've shared is more of an hack than an actual feature for the iOS SDK. I believe that the intention of this issue is to get this feature added to the SDK. Nevertheless thanx a lot! |
Environment
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.
The text was updated successfully, but these errors were encountered: