Skip to content

Commit 5178115

Browse files
committed
Update firebase-emulator-suite
1 parent 7c1392c commit 5178115

File tree

5 files changed

+24
-9
lines changed

5 files changed

+24
-9
lines changed

firebase-emulator-suite/codelab_rebuild.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ steps:
1313
- name: Update deps
1414
path: complete
1515
flutter: pub upgrade --major-versions
16+
- name: Add .gemini directory
17+
mkdir: complete/.gemini
18+
- name: Add .gemini/settings.json
19+
path: complete/.gemini/settings.json
20+
replace-contents: |
21+
{
22+
"mcpServers": {
23+
"dart": {
24+
"command": "dart",
25+
"args": [
26+
"mcp-server"
27+
]
28+
}
29+
}
30+
}
1631
- name: Configure analysis_options.yaml
1732
path: complete/analysis_options.yaml
1833
replace-contents: |

firebase-emulator-suite/complete/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ migrate_working_dir/
2727
**/doc/api/
2828
**/ios/Flutter/.last_build_id
2929
.dart_tool/
30-
.flutter-plugins
3130
.flutter-plugins-dependencies
3231
.pub-cache/
3332
.pub/
3433
/build/
34+
/coverage/
3535

3636
# Symbolication related
3737
app.*.symbols

firebase-emulator-suite/complete/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ dependencies:
3434
# The following adds the Cupertino Icons font to your application.
3535
# Use with the CupertinoIcons class for iOS style icons.
3636
cupertino_icons: ^1.0.8
37-
go_router: ^15.1.2
38-
firebase_core: ^3.13.1
39-
firebase_auth: ^5.5.4
40-
cloud_firestore: ^5.6.8
37+
go_router: ^16.0.0
38+
firebase_core: ^4.0.0
39+
firebase_auth: ^6.0.0
40+
cloud_firestore: ^6.0.0
4141

4242
dev_dependencies:
4343
flutter_test:
@@ -48,7 +48,7 @@ dev_dependencies:
4848
# activated in the `analysis_options.yaml` file located at the root of your
4949
# package. See that file for information about deactivating specific lint
5050
# rules and activating additional ones.
51-
flutter_lints: ^5.0.0
51+
flutter_lints: ^6.0.0
5252

5353
# For information on the generic Dart part of this file, see the
5454
# following page: https://dart.dev/tools/pub/pubspec

firebase-emulator-suite/start/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ migrate_working_dir/
2727
**/doc/api/
2828
**/ios/Flutter/.last_build_id
2929
.dart_tool/
30-
.flutter-plugins
3130
.flutter-plugins-dependencies
3231
.pub-cache/
3332
.pub/
3433
/build/
34+
/coverage/
3535

3636
# Symbolication related
3737
app.*.symbols

firebase-emulator-suite/start/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
# The following adds the Cupertino Icons font to your application.
3535
# Use with the CupertinoIcons class for iOS style icons.
3636
cupertino_icons: ^1.0.8
37-
go_router: ^15.1.2
37+
go_router: ^16.0.0
3838

3939
dev_dependencies:
4040
flutter_test:
@@ -45,7 +45,7 @@ dev_dependencies:
4545
# activated in the `analysis_options.yaml` file located at the root of your
4646
# package. See that file for information about deactivating specific lint
4747
# rules and activating additional ones.
48-
flutter_lints: ^5.0.0
48+
flutter_lints: ^6.0.0
4949

5050
# For information on the generic Dart part of this file, see the
5151
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)