# AVI - Sailing Race Course Manager Develop: Master:
Installation:
-
Download code
-
Using the keystore.properties.template file create a keystore.properties file in your base directory with the values and passwords of your signing keys. (According to this tutorial)
-
Add the google-services.json (Downloaded from Firebase console) into the app directory or release\staging\debug directory (According to the build flavor required).
-
Enable email authentication in your Firebase project
-
Change the firebase database security rules to:
{ "rules": { ".read": true, ".write": true } }
- [BUILD_VARIANT] is release or staging or debug
This is an app to help Sailing Races officials with laying a race course.
This application was also developed using free software from Jetbrains for OpenSource projects.