Coach+ Android App
- Download google-services.json from Firebase and put it inside the android/app/ directory
New features can be tested using the Coach+ Early Access version. Note that you can't access productive data when using Coach+ Early Access.
Make sure that you increment the versionName manually in /app/build.gradle
for every release to production.
The versionCode is incremented automatically via a fastlane plugin.
versionName "1.1.4"
Once the build was successfull you can trigger a new release. The app will be deployed to Coach+ (Early Access) first. Once you think it's ready to be published to production, simply approve the pending approval in the release build.