You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?