Skip to content

Commit

Permalink
add firebase_options.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoTXp committed Jan 14, 2025
1 parent 9238ab7 commit 543f5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_bookify_android_apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Setup Firebase Config
run: |
echo "${{ secrets.FIREBASE_GOOGLE_SERVICES_JSON }}" | base64 --decode > android/app/google-services.json
echo "${{ secrets.FIREBASE_OPTIONS_DART }}" > lib/firebase_options.dart
#8 Analyze and Test
- name: Analyze and Test
Expand Down

0 comments on commit 543f5b5

Please sign in to comment.