-
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_web not found. Please update settings.gradle. #2796
Comments
Hi @AnandMG02 Related #2599 (comment) |
Try to target min android api to 21 |
Hi @Luc-dotcom |
This is easily reproducible with a fresh Flutter project (tested with 1.17.4), likely because of changes to the default
Result: This error happens even with the addition of The app does run, but this is probably indicative of an error somewhere. (Haven't tested to see if calling any service actually works). |
@Salakar has the issue been resolved now. Mine application cannot connect to firestore and gives the same error firebase_core_web not found |
Describe the bug
while running flutter , i am getting the below error
after i went through #2599 , i updated the settings.gradle. Still am getting the same error .
The text was updated successfully, but these errors were encountered: