Trying to run a project and getting errors
Launching lib \ main.dart on sdk gphone x86 arm in debug mode ...
Plugin project: firebase_auth_web not found. Please update settings.gradle.
Plugin project: firebase_core_web not found. Please update settings.gradle.
Plugin project: cloud_firestore_web not found. Please update settings.gradle.
Exited (1)
I don't see any firebase connections in the settings.gradle file.
in which file do you need to specify the connection key to your firebase?
Hey!
Trying to run a project and getting errors Launching lib \ main.dart on sdk gphone x86 arm in debug mode ... Plugin project: firebase_auth_web not found. Please update settings.gradle. Plugin project: firebase_core_web not found. Please update settings.gradle. Plugin project: cloud_firestore_web not found. Please update settings.gradle. Exited (1)
I don't see any firebase connections in the settings.gradle file.
in which file do you need to specify the connection key to your firebase?
flutter version 2.2.2 - do I need to downgrade?