Le site officiel du Pomod'Automne-Relais!
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
-
Installer le CLI Firebase. La façon la plus rapide, si Node.js est déjà installé, est avec
npm
:npm install -g firebase-tools
-
Installer le CLI FlutterFire à l'aide de
dart
.dart pub global activate flutterfire_cli
-
Se connecter avec un compte ayant accès au projet Firebase et configurer le projet avec les paramètres par défaut.
firebase login flutterfire configure --project=multi-twitch-streamers
Pour plus d'informations, visitez cette page.
-
To initialize emulators, you can run the following command: firebase init
-
After that, to run the emulator service, you must run the command: firebase emulators:start