firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

[FR]: Subscribing to topic in Messaging for multiple projects is not supported?

Open mirzemehdi opened this issue 1 year ago • 1 comments

Description

In android, we can get different instances for FirebaseMessaging and subscribe to topic for needed FirebaseMessaging. In iOS as I see from documentation only retrieveFCMTokenForSenderID and deleteFCMTokenForSenderID is available, but there is no way to subscribeToTopic for multiple firebase projects. How can we achieve that?

Android: https://firebase.google.com/docs/cloud-messaging/android/topic-messaging#subscribe_the_client_app_to_a_topic

Related issue: (https://github.com/firebase/firebase-ios-sdk/pull/154#issuecomment-323999447)

API Proposal

Support for subscribeToTopic and unSubscribeToTopic for multiple firebase projects.

Firebase Product(s)

Messaging

mirzemehdi avatar Aug 07 '24 16:08 mirzemehdi

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar Aug 07 '24 16:08 google-oss-bot