Skip to content

Commit

Permalink
Removed flutterfire configure for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
prijindal committed May 3, 2024
1 parent c1d0a5b commit b2b572d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- run: flutter pub get
- run: flutter analyze
- run: flutter test --coverage
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
flags: app-flutter
- run: curl -sL https://firebase.tools | bash
Expand Down Expand Up @@ -196,10 +196,10 @@ jobs:
- run: echo "$FIREBASE_SERVICE_ACCOUNT_HABBIT_TRACKER_PRIJINDAL" > google-application-credentials.json
env:
FIREBASE_SERVICE_ACCOUNT_HABBIT_TRACKER_PRIJINDAL: ${{secrets.FIREBASE_SERVICE_ACCOUNT_HABBIT_TRACKER_PRIJINDAL}}
- run: rm lib/firebase_options.dart
- run: flutterfire configure -y --platforms=web --ios-bundle-id=com.prijindal.habbit-tracker --macos-bundle-id=com.prijindal.habbit-tracker --web-app-id=1:739292996360:web:5c24f4c3b47c73559e82bd --android-package-name=com.prijindal.habbit_tracker --windows-app-id=1:739292996360:web:5c24f4c3b47c73559e82bd
env:
GOOGLE_APPLICATION_CREDENTIALS: google-application-credentials.json
# - run: rm lib/firebase_options.dart
# - run: flutterfire configure -y --platforms=windows --ios-bundle-id=com.prijindal.habbit-tracker --macos-bundle-id=com.prijindal.habbit-tracker --web-app-id=1:739292996360:web:5c24f4c3b47c73559e82bd --android-package-name=com.prijindal.habbit_tracker --windows-app-id=1:739292996360:web:5c24f4c3b47c73559e82bd
# env:
# GOOGLE_APPLICATION_CREDENTIALS: google-application-credentials.json
- run: flutter build windows --release
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b2b572d

Please sign in to comment.