codelab-friendlyeats-flutter icon indicating copy to clipboard operation
codelab-friendlyeats-flutter copied to clipboard

FlutterFire Firestore codelab. Develop a cross platform restaurant recommendation app with Flutter.

Results 10 codelab-friendlyeats-flutter issues
Sort by recently updated
recently updated
newest added

Looks like the android module on this codelab is still using `jcenter()` which has been recently [sunset](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/): https://github.com/FirebaseExtended/codelab-friendlyeats-flutter/blob/6f7603c33f2ef0f7e37ff1730991e1982327aa6f/android/build.gradle#L5-L18 The approach we've been taking on Android repos is to replace it...

The migration is a bit complex as this app misses some of the files where changes that affect the migration are made

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` > "10. Back in the Firebase console, skip the remaining...

firebase deploy --only firestore:rules firebase deploy --only firestore:indexes doesn't work

Browser: Chrome Browser version: 88.0.4324.146 Operating system: Windows 10 Pro Operating system version: 19042.789 What steps will reproduce the problem: 1. Follow the codelab verbatim to step 9 and run...

In the introduction. the link to "firebase for flutter" is broken and can't be found.

Hi, it looks like in the CodeLab: Multi-platform Firestore Flutter, step 15 is missing this command `firebase init hosting`. https://codelabs.developers.google.com/codelabs/friendlyeats-flutter?hl=en&continue=https%3A%2F%2Fcodelabs.developers.google.com%2F%3Fcat%3Dflutter#14 Commands: 1. `flutter build web` 2. `firebase init hosting` 3.`...

This project should be updated to eliminate the null safety warning that occurs at startup: C:\...Git\friendlyeats-flutter2>flutter run -d chrome --web-renderer html Launching lib\main.dart on Chrome in debug mode... Waiting for...

In step 4 (Prepare the Firebase and Flutter CLI) it says: "In your IDE under the devices pulldown, or at the command line using flutter devices, you should now see...

in the Introduction you recommend first completing the Firebase for Flutter codelab - the link given is https://codelabs.developers.google.com/codelabs/flutter-firebase but this gives a 404 error, the closest I found on the...