-
Notifications
You must be signed in to change notification settings - Fork 10
⬇️ Installation
Antoine • Developer edited this page Jul 13, 2023
·
2 revisions
- install flutter engine by following the steps: https://docs.flutter.dev/get-started/install
- clone the repository
- run `flutter pub dev in order to install all dependency & packages
- run
flutter run
and select the device that you want to run - I recommand to install Android studio if you wanna run the app on android device: https://developer.android.com/studio
- I recommand to install Xcode on MacOS if you wanna run the app on an iOS device: https://apps.apple.com/fr/app/xcode/id497799835?mt=12
- click on
r
if you wanna refresh the app
- create a new project: http://firebase.google.com
- Add authentication method -> add email/password method
- Add Realtime Database method -> set rules to allow read & write to true in development mode, be careful.
- Add Storage method -> set rules to allow read & write to true in development mode, be careful.
feel free to ask some questions in FAQ channel in discussion channel 😉
You are ready to start developing!