Skip to content

Commit 8e9af08

Browse files
authored
Bump FDC local toolkit to v1.7.2. (#7968)
* Bump FDC local toolkit to v1.7.2. * Update changelog
1 parent 9742d71 commit 8e9af08

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- Moved firebase-tools-ui server.js logic to fireabse-tools to run it in-memory. (#7897)
33
- Updates `superstatic` to `9.1.0` (#7929).
44
- Added the appdistribution:group:list and appdistribution:testers:list commands.
5+
- Updated the Firebase Data Connect local toolkit to v1.7.2, which includes bug fixes for `@auth` expressions that reference the `auth` variable, `Optional` arrays in Swift codegen, and updates Kotlin codegen to use fully-qualified class names everywhere. (#7968)

src/emulator/downloadableEmulators.ts

Lines changed: 9 additions & 9 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"
6161
? {
62-
version: "1.7.0",
63-
expectedSize: 25350912,
64-
expectedChecksum: "1479411a52b689a990179c7f674362b6",
62+
version: "1.7.2",
63+
expectedSize: 25019136,
64+
expectedChecksum: "0d94b38bd15c07ba19d5e046ada88cd3",
6565
}
6666
: process.platform === "win32"
6767
? {
68-
version: "1.7.0",
69-
expectedSize: 25783808,
70-
expectedChecksum: "fef62bf25e816aa4ba250e80050f0125",
68+
version: "1.7.2",
69+
expectedSize: 25441792,
70+
expectedChecksum: "c6fd5c3d51933857e105b0012ec78652",
7171
}
7272
: {
73-
version: "1.7.0",
74-
expectedSize: 25272472,
75-
expectedChecksum: "24d873457787546ca6f2470fe9ec3edd",
73+
version: "1.7.2",
74+
expectedSize: 24932504,
75+
expectedChecksum: "d00bbb97c951eb17a48065838dc185f5",
7676
},
7777
};
7878

0 commit comments

Comments
 (0)