Coffee order app
- Install Flutter >= 3.24 from Official Webpage
- Set up Firebase project
- You create Firebase project from Firebase Console
- Activate Firebase Cloud Firestore and Firebase FireAuth
- Set up Firebase CLI from here
- Example (follow the above page)
curl -sL https://firebase.tools | bash firebase login dart pub global activate flutterfire_cli
- Example (follow the above page)
- Clone this repository
git clone https://github.com/miyake13000/latin_one.git && cd latin_one
- Setup Firebase
flutterfire configure
- Build
flutter run