Skip to content

mandrachek/FirebaseDistributionExample

Repository files navigation

Example project showing how firebase app distribution plugin doesn't work right. After checking out the project you will need to:

  1. 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
  1. Download the google-services.json and copy it to the app/ folder.

  2. Get your firebase service account credentials json, and place it in config/ folder as distribution-credentials.json.

  3. Copy your ~/.android/debug.keystore into config/keys

  4. Run ./gradlew assembleDevDebug appDistributionUploadDevDebug

About

Failing firebase app distribution example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages