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
Summary
Extend the FIRMessaging class to include a messagingForApp() method similar to the FIRDatabase's databaseForApp() method to allow for handling multiple configurations seamlessly.
API Proposal
let myApp = FirebaseApp.app(name: "secondary_app")!
let messaging = Messaging.messaging(app: myApp)