Replies: 1 comment
-
UPD: If you're facing some troubles around that topic - do not forget, that you're able to have only one instance of Messaging object and you'll need to specify the sender identifier, when fetching the FCM token. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I would like to know if there a possibility to configure multiple projects to receive push notifications not only from default FirebaseApp?
Currently I'm trying to do something like that:
if FirebaseApp.app() == nil { FirebaseApp.configure(options: project.options) } else if FirebaseApp.app(name: project.projectName) == nil { FirebaseApp.configure(name: project.projectName, options: project.options) }
Also, I found that commit - minafarid@6ca92cb
So is it possible or not?
Beta Was this translation helpful? Give feedback.
All reactions