firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.54k stars 1.45k forks source link

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

Open mirzemehdi opened 1 month ago

mirzemehdi commented 1 month ago

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

google-oss-bot commented 1 month ago

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