CI Upload build Android to Firebase Distribute and Play Store with FASTLANE - inspireui/support GitHub Wiki
1. Install
- install Firebase CLI
https://firebase.google.com/docs/cli
- install fastlane
https://docs.fastlane.tools/#installing-fastlane
2. Setup Fastlane android
2.1 Init fastlane
Step 1:
- Open terminal in folder android cd android/
- Run fastlane init and enter application name
fastlane init
Step 2:
- Next, if uploading to play store you need a service account json secret file.
You can refer to the setup here : https://github.com/inspireui/support/wiki/Create-google-service-account-and-download-file-credenticials
- Otherwise you can skip this step by pressing enter
Step 3:
- This step web can skip by pressing āNā or agree when pressing āYā
Step 4:
- you can skip this step by pressing enter
- Complete init Fastlane
- Folder Fastlane