Step By Step

How to get the template running and start buildign your individual app from it.

  1. Clone the Github repository

  2. Open the root folder of the project in an IDE of your choice

  3. Create a Firebase project

    We use Firebase as database, storage and user authentication service. If you do not want to use Firebase skip the steps 4 and 5. You will have to modify the template to remove the relevant Firebase Coding.

  4. Activate Firestore, Firebase Storage and Firebase Authentication with Email, Google, Apple Sign In

  5. Connect the Firebase project to the app using the Flutter Fire CLI command which is given by Firebase when adding a Flutter app in the Firebase Console (https://firebase.flutter.dev/docs/cli/)

  6. Run the Flutter App on your phone or emulator

Some functionalities need further setup. If you want to use them follow the detailed documentation for each functionality:

Last updated