Skip to content

Commit 0921054

Browse files
authored
chore: update ci readme
1 parent e52221f commit 0921054

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
- FASTLANE_ANDROID_SERVICE_ACCOUNT
1515
- Create service-account(firebase_app_distribution role) from google cloud console
1616
- Download JSON key file
17-
- Decode as a base64
18-
- `cat service-account.json | base64 >> decoded.txt`
19-
- Save decoded text to environment
17+
- Encode as a base64
18+
- `cat service-account.json | base64`
19+
- Save encoded text to environment
20+
- You can decode text like `echo "encoded-base64-text" | base64 --decode`
2021
- FASTLANE_ANDROID_APP_ID
2122
- Open your firebase project settings > general
2223
- Find your android app (formatted like 1:xxxxxxxxxxxxxxxx)

0 commit comments

Comments
 (0)