Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 6314102

Browse files
committed
🔧 Update CircleCI config to deal with google-services.json for Firebase
1 parent 085c190 commit 6314102

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.circleci/config.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- restore_cache:
2020
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
2121

22+
- run:
23+
name: Setup Firebase configuration (google-services.json)
24+
command: echo $GOOGLE_SERVICES_JSON | base64 -di > app/google-services.json
25+
2226
- run:
2327
name: Download Dependencies
2428
command: ./gradlew androidDependencies

0 commit comments

Comments
 (0)