Skip to content
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

Closed
AnandMG02 opened this issue Jun 19, 2020 · 6 comments
Closed

firebase_core_web not found. Please update settings.gradle. #2796

AnandMG02 opened this issue Jun 19, 2020 · 6 comments
Labels

Comments

@AnandMG02
Copy link

AnandMG02 commented Jun 19, 2020

Describe the bug
while running flutter , i am getting the below error

> Plugin project :firebase_core_web not found. Please update settings.gradle.
> Plugin project :cloud_firestore_web not found. Please update settings.gradle.

after i went through #2599 , i updated the settings.gradle. Still am getting the same error .

@TahaTesser
Copy link

TahaTesser commented Jun 19, 2020

Hi @AnandMG02
Are you running build? or run?
Can you please provide your flutter doctor -v your flutter run --verbose or flutter build apk --verbose
Thank you

Related #2599 (comment)

@TahaTesser TahaTesser added the blocked: customer-response Waiting for customer response, e.g. more information was requested. label Jun 19, 2020
@lucdotdev
Copy link

Try to target min android api to 21

@TahaTesser TahaTesser removed the blocked: customer-response Waiting for customer response, e.g. more information was requested. label Jun 19, 2020
@TahaTesser
Copy link

Hi @Luc-dotcom
Hi just tried to reproduce using target api 21

Screenshot 2020-06-19 at 8 46 32 PM

@TahaTesser TahaTesser added the blocked: customer-response Waiting for customer response, e.g. more information was requested. label Jun 19, 2020
@zeh
Copy link

zeh commented Jun 21, 2020

This is easily reproducible with a fresh Flutter project (tested with 1.17.4), likely because of changes to the default settings.gradle.

  1. Run flutter create <name>.
  2. Go through instructions for adding Firebase to Android package
  3. Try flutter run

Result:

image

This error happens even with the addition of firebase_core only. Apparently it's a 4.3+ issue. The minSdkVersion makes no difference here.

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
Copy link
Member

Salakar commented Jul 10, 2020

Hey, as part of our on-going work for #2582, this should have been resolved in our Firebase Core rework (#2890) - which has now been merged into master. We'll look at publishing some prereleases in the next few days. Thank you

@HeroCodes770
Copy link

@Salakar has the issue been resolved now. Mine application cannot connect to firestore and gives the same error firebase_core_web not found

@firebase firebase locked and limited conversation to collaborators Aug 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants