-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [firebase_core] "Firebase.initializeApp" is not working #8604
Comments
@asai569 |
@darshankawar
|
Hi, I am having same issue..
Code Below
The latest version seems to be 1.16.0 released 7 days ago. |
Hey @asai569. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @asai569 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
@darshankawar i tried today using 1.17.1 which is the latest on pub.dev and I am still getting the same error. E/flutter ( 9393): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: [core/not-initialized] Firebase has not been correctly initialized. my initialization code is just one line : void main() async { not sure what I am doing wrong. Also, I am using Flutter v3.0.1 if that is required knowledge. |
Bug report
Describe the bug
is not working in Android.
Steps to reproduce
is setting. and run
firebase_core: ^1.16.0
flutter doctor
Expected behavior
Sample project
Additional context
Flutter doctor
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: