You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
The "Add Firebase to your Android App" suggests you can skip modifications to the build.gradle
"10. Back in the Firebase console, skip the remaining steps, and go back to the main page of the Firebase console."
This will cause errors such as:
FirebaseException ([core/not-initialized] Firebase has not been correctly initialized.
Usually this means you've attempted to use a Firebase service before calling `Firebase.initializeApp`.
View the documentation for more information: https://firebase.flutter.dev/docs/overview#initialization
)
Please add steps to implement the build.gradle modifications
In android/build.gradle
Add classpath 'com.google.gms:google-services:4.3.10' to dependencies
In Step 6 here:
https://codelabs.developers.google.com/codelabs/friendlyeats-flutter/#5
The "Add Firebase to your Android App" suggests you can skip modifications to the
build.gradleThis will cause errors such as:
Please add steps to implement the
build.gradlemodificationsIn
android/build.gradleclasspath 'com.google.gms:google-services:4.3.10'todependenciesIn
android/app/build.gradleapply plugin: 'com.google.gms.google-services'