Added firebase setup to workflows

This commit is contained in:
Nguyen Thai
2022-12-01 16:42:02 +07:00
committed by Dat H. Pham
parent d088b8b962
commit 8276f5b041
2 changed files with 13 additions and 4 deletions
+5
View File
@@ -31,6 +31,11 @@ jobs:
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
- name: Setup Firebase env
env:
FIREBASE_ENV: ${{ secrets.FIREBASE_ENV }}
run: echo "$FIREBASE_ENV" > ./configurations/env.fcm
- name: Run prebuild
run: bash prebuild.sh