Open-source pedometer and run tracker application.
This project uses Firebase for authentication and database.
- Create a project in the Firebase Console.
- Enable the authentication providers: Google and Email/Password.
- Enable Cloud Firestore.
- Install the FlutterFire CLI.
- At the root of the project, run:
flutterfire configure
For security reasons, the Maps API key is not included in this repository.
- Generate an API Key in the Google Cloud Console with Maps SDK for Android enabled.
- Open the file
android/local.properties. - Add the following line at the end of the file:
MAPS_API_KEY=YOUR_API_KEY_HERE