Replies: 1 comment
-
Hi @car5ten. It's currently to use other apps than the default app for Firebase Messaging. Please upvote the open feature request - #8968 |
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
-
Hello,
I'm currently test if one can remove the GoogleService-Info.plist from my project and configure it via code. I was able to configure
FirebaseApp
as desired, but forMessaging
I'm unable to do so.Debugging the code I found that
FIRMessagingFirebaseAppID
is using thedefaultOptions
. Can I somehow change that behavior?Beta Was this translation helpful? Give feedback.
All reactions