firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
366 stars 131 forks source link

Feature Request: Batch Subscribe/Unsubscribe to multiple topics #275

Closed naveedahmed1 closed 3 years ago

naveedahmed1 commented 3 years ago

Describe your environment

Here's a feature request

I believe this is a common use case that an app/website user is normally subscribed to multiple topics.

The current version of sdk provides a method to subscribe to topics SubscribeToTopicAsync but for multiple topics subscription, we have to call this method multiple times which results in multiple http requests.

Therefore I wanted to request a feature that allow developers to batch subscribe a user to multiple topics.

Similarly, a method to batch unsubscribe a user from multiple topics in single request.

google-oss-bot commented 3 years ago

I found a few problems with this issue:

hiranya911 commented 3 years ago

I don't think we have any backend APIs for this functionality today. You should probably file a feature request at https://firebase.google.com/support/troubleshooter/report first.

@chong-shao wdyt?

naveedahmed1 commented 3 years ago

Thank you @hiranya911, I just submitted a feature request for support of this feature in backend API.

chong-shao commented 3 years ago

Yes submitting a feature request would be the best option. Thanks!

theobouwman commented 9 months ago

Is it already possible to subscribe to more topcis?