subscribeToTopics register to more topics in one call and subscribedTopics to get list of topics already subscribed to #8603
Unanswered
large
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! My current project has alot of "topics" that users can subscribe to.
One issue that I have seen is that when there are eg 30 topics it would take quite a while to get client registered to all of them.
A subscribeToTopics() would be nice, to get registration time down on the client side.
Similar function exists on serverside; SubscribeToTopicAsync(), it mass register up to 1000 keys to a topic.
Ref: https://firebase.google.com/docs/cloud-messaging/manage-topics
A subscribedTopics() should return a list of topics this client already registered to.
That would minimize calls to subscribeToTopic
Beta Was this translation helpful? Give feedback.
All reactions