Skip to content

matheussilvagarcia/anotherrunner

Repository files navigation

YARA - Yet another runner app

Setup and Configuration

To run this project locally, you need to set up your own Firebase environment and provide a Google Maps API key.

Firebase Setup

This project uses Firebase for authentication and database.

  1. Create a project in the Firebase Console.
  2. Enable the authentication providers: Google and Email/Password.
  3. Enable Cloud Firestore.
  4. Install the FlutterFire CLI.
  5. At the root of the project, run: flutterfire configure to link the app to your own database.

Google Maps Configuration

For security reasons, the Maps API key is not included in this repository.

  1. Generate an API Key in the Google Cloud Console with Maps SDK for Android enabled.
  2. Open the file android/local.properties.
  3. Add the following line at the end of the file: MAPS_API_KEY=YOUR_API_KEY_HERE

Running the App

Once you have configured Firebase and added your Maps API key, you can build the app:

git clone [https://github.com/matheussilvagarcia/anotherrunner.git](https://github.com/matheussilvagarcia/anotherrunner.git)
cd anotherrunner
flutter pub get
flutter run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors