-
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] [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() #4605
Comments
Hi @DineshTaral123 |
flutter doctor -v
flutter pub deps -- --style=compact
flutter run -v
|
Your
Could you provide the logs with the error? Have you added the |
Launching lib/main.dart on Bipul’s iPhone in debug mode... ════════ Exception caught by widgets library ═══════════════════════════════════════════════════════ The relevant error-causing widget was: |
Yes, I have added GoogleService-Info.plist file in Xcode. |
Could you provide a minimal complete reproducible code sample that demonstrates the issue? This shouldn't happen after you call |
The app is working fine in Android but when i try to run same app in iOS (Real Device 14.3) it showing me an error " [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() " . My all configurations with iOS is done as showing in Readme.md file, and also tried with different projects but getting same error.
my main.dart file is
The text was updated successfully, but these errors were encountered: