[firebase_core] PlatformException(ExecutionException, Nonnull field "messagingSenderId" is null #13491
Unanswered
vieonyRyde22
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am implementing firebase in flutter Module as well as Android Native code
For flutter
firebase_core: ^3.6.0
For Android
implementation platform('com.google.firebase:firebase-bom:33.4.0')
I get error on launching flutter firebase
FirebaseOptions android = const FirebaseOptions(
apiKey: 'xxxx',
appId: 'xxx',
messagingSenderId: 'xxx',
projectId: 'xxx',
storageBucket: 'xxx',
);
await Firebase.initializeApp(
name: 'app-name',
options: android);
Similar to #10306
Beta Was this translation helpful? Give feedback.
All reactions