Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 881 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 881 Bytes

ThunderVolt

ThunderVolt is a app for the the solution for the charging of Electric vehicles and increase the user experience for finding the nearby charging station and pre-booking to avoid the long wait at the charging station. This is a Frontend part of the ThunderVolt in Flutter.

Installation Recipe

Firebase deployment

  1. Create an Firebase Project with thundervolt

  2. Setup Firebase CLI Environment

    Firebase CLI Setup Instruction

  3. Login with your Firebase Account

    firebase login

  4. Initialize Firebase in your repo

    firebase init

  5. Choose Firestore, Functions, Storage services.

  6. Deploy

    firebase deploy

  7. Place google-services.json file for:
    dev : user/android/app/src/dev
    prod : user/android/app/src/prod

Run App

fllutter byuild apk