DevFest Pescara app.
npm install -g firebase-tools
firebase login
dart pub global activate flutterfire_cli
flutterfire configure
select project
then contnue to generate firebase_options.dart
.
You can run commands by hand or you can use melos commands.
To use melos you need to activate it:
dart pub global activate melos
To generate code you can use melos commands:
melos run generate
dart run slang
- .env
- .keystore
- secrets.properties
- Secrets.xcconfig
Filch app uses Firebase Functions to do some server-side logic. To deploy functions you need to have a Firebase project and a Firebase Functions project.
The functions are located in functions
folder.
To manage Firestore data there is a project called firebase_command_line_scripts
that is used to seed data into Firestore.
This project provide a set of scripts to manage Firestore data.
read the README.md in the project to know how to use it.