Skip to content

Commit c849b9b

Browse files

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/build-web.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
cache: true
2323
- name: Build and deploy to GH pages
2424
uses: bluefireteam/flutter-gh-pages@v7
25+
with:
26+
baseHref: /flutter_catalog/
2527
# - run: flutter pub get
2628
# - run: flutter build web --release
2729
# - name: Deploy to GH pages

lib/firebase_options.dart

+5-4
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ class DefaultFirebaseOptions {
7373
projectId: 'flutter-catalog',
7474
databaseURL: 'https://flutter-catalog.firebaseio.com',
7575
storageBucket: 'flutter-catalog.appspot.com',
76-
androidClientId: '785184947614-jvcu7agpj6n6vvr5poal14otu8mjdl61.apps.googleusercontent.com',
77-
iosClientId: '785184947614-70ii5qm94fe28nmasjc9g864nh25l4m7.apps.googleusercontent.com',
76+
androidClientId:
77+
'785184947614-jvcu7agpj6n6vvr5poal14otu8mjdl61.apps.googleusercontent.com',
78+
iosClientId:
79+
'785184947614-70ii5qm94fe28nmasjc9g864nh25l4m7.apps.googleusercontent.com',
7880
iosBundleId: 'io.github.x-wei.flutter-catalog',
7981
);
80-
81-
}
82+
}

0 commit comments

Comments
 (0)