starter_architecture_flutter_firebase icon indicating copy to clipboard operation
starter_architecture_flutter_firebase copied to clipboard

Minor change to the Readme for Firebase Console project name

Open jeff9315 opened this issue 2 years ago • 0 comments

I'm REALLY glad this was redone so I can start to get a handle on some best practices when using Firestore database ... prior to the real course getting done. I can at least contribute by helping to find documentation changes and minor bug fixes.

Minor fix for anyone to perform or for Andrea to make minor change in the Readme:

Andrea could change the Readme: In the readme it says: Create a new project with the Firebase console but it should probably say Create a new project with the Firebase console with the name starter-architecture-flutter.

Users: When creating the project in in the Firebase Console. either

  • use the project name: starter-architecture-flutter or
  • change the .firebaserc in the app to the name you chose in the Firebase Console or
  • just delete .firebaserc and flutterfire will ask you which project to use when you run flutterfire config
{
  "projects": {
    "default": "my-project-name-in-lower-case"
  }
}

jeff9315 avatar Jan 08 '23 13:01 jeff9315