Skip to content

Commit 25b8b9b

Browse files
rosalyntanjoehan
andauthored
Bump FDC local toolkit to 1.9.2. (#8347)
* Bump FDC local toolkit to 1.9.2. * Update changelog. * Update CHANGELOG.md --------- Co-authored-by: joehan <[email protected]>
1 parent accf614 commit 25b8b9b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Increase emulator UI body parser limit to match Storage emulator maximum. (#8329)
88
- Fixed Data Connect setup issues for fresh databases due to IAM user not being created. (#8335)
99
- Fixed an issue where `ext:install` used POSIX file seperators on Windows machines. (#8326)
10+
- Updated the Firebase Data Connect local toolkit to v1.9.2, which adds support for generated Angular SDKs and updates Dart SDK fields to follow best practices. (#8347)
1011
- Fixed an issue where credentials from `firebase login` would not be correctly provided to the Data Connect emulator.
11-
- Updated the Firebase Data Connect local toolkit to v1.9.1, which adds support for generated Angular SDKs and updates Dart SDK fields to follow best practices. (#8340)
1212
- Fixed misleading comments in `firebase init dataconnect` `connector.yaml` template.
1313
- Improved Data Connect SQL permissions to better handle tables owned by IAM roles. (#8339)

src/emulator/downloadableEmulators.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
5959
dataconnect:
6060
process.platform === "darwin" // macos
6161
? {
62-
version: "1.9.1",
62+
version: "1.9.2",
6363
expectedSize: 26403584,
64-
expectedChecksum: "d128def81e45a3cbce8572f637b1c095",
64+
expectedChecksum: "a0a957bb5d564059ed883fee9e9fd67a",
6565
}
6666
: process.platform === "win32" // windows
6767
? {
68-
version: "1.9.1",
69-
expectedSize: 26846720,
70-
expectedChecksum: "0ba82416937d503f8559f14271eb62f6",
68+
version: "1.9.2",
69+
expectedSize: 26846208,
70+
expectedChecksum: "80f49b574aa69ef76fb49e2e96c8a699",
7171
}
7272
: {
73-
version: "1.9.1", // linux
73+
version: "1.9.2", // linux
7474
expectedSize: 26316952,
75-
expectedChecksum: "0a8d1685c5de074959574e8aabb8153b",
75+
expectedChecksum: "cc3c0318e453d9ddf098b582ee0f2b77",
7676
},
7777
};
7878

0 commit comments

Comments
 (0)