Open
Description
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?
Related issue: (#154 (comment))
API Proposal
Support for subscribeToTopic
and unSubscribeToTopic
for multiple firebase projects.
Firebase Product(s)
Messaging