Example project showing how firebase app distribution plugin doesn't work right. After checking out the project you will need to:
- Setup a firebase project with android apps configured for:
- com.andrachek.myapplication
- com.andrachek.myapplication.debug
- com.andrachek.myapplication.dev
- com.andrachek.myapplication.dev.debug
- com.andrachek.myapplication.qa
- com.andrachek.myapplication.qa.debug
- com.andrachek.myapplication.staging
- com.andrachek.myapplication.staging.debug
-
Download the
google-services.json
and copy it to theapp/
folder. -
Get your firebase service account credentials json, and place it in
config/
folder asdistribution-credentials.json
. -
Copy your ~/.android/debug.keystore into config/keys
-
Run
./gradlew assembleDevDebug appDistributionUploadDevDebug