Open cklanac opened 2 years ago
This is a great addition. The Firebase plugins for Flutter have changed a bit since the Friendlyeats Flutter codelab was written (and it hasn't been updated yet, as you've encountered!)
This is a more modern Flutter + Firebase codelab that might be less problematic to follow, until this one gets updated again!
https://firebase.google.com/codelabs/firebase-get-to-know-flutter#0
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.gradle
This will cause errors such as:
Please add steps to implement the
build.gradle
modificationsIn
android/build.gradle
classpath 'com.google.gms:google-services:4.3.10'
todependencies
In
android/app/build.gradle
apply plugin: 'com.google.gms.google-services'