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

Commit

Permalink
🔧 Update CircleCI config to deal with google-services.json for Firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
vickychijwani committed Feb 21, 2019
1 parent 085c190 commit ec9d5eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}

- run:
name: Setup Firebase configuration (google-services.json)
command: echo $GOOGLE_SERVICES_JSON_BASE64 | base64 -di > app/google-services.json

- run:
name: Download Dependencies
command: ./gradlew androidDependencies
Expand Down

0 comments on commit ec9d5eb

Please sign in to comment.