Skip to content

Commit 31cc6fc

Browse files
authored
Bump FDC emulator to v1.3.0 (#7486)
* Update changelog. * Bump emulator version.
1 parent f6345d7 commit 31cc6fc

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
- Improved errors when an incorrect service ID is passed to `firebase deploy --only dataconnect:serviceId`.
1111
- Fixed display of errors in Firestore commands when using JSON or noninteractive modes. (#7482)
1212
- Fixed an issue where Firestore backup schedule commands had invalid short option names. (#7481)
13+
- Bumps the Firebase Data Connect local toolkit to v1.3.0, which adds Swift SDK, @index, @unique, and batch insert support. (#7486)

src/emulator/downloadableEmulators.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
5757
dataconnect:
5858
process.platform === "darwin"
5959
? {
60-
version: "1.2.4",
61-
expectedSize: 24097600,
62-
expectedChecksum: "e0a344620b71d64b79d99b2c358e7646",
60+
version: "1.3.0",
61+
expectedSize: 24175424,
62+
expectedChecksum: "e0aefd484499308434a0405a5a55574c",
6363
}
6464
: process.platform === "win32"
6565
? {
66-
version: "1.2.4",
67-
expectedSize: 24509440,
68-
expectedChecksum: "44ebc07e481a85bd735fe8007fab3efe",
66+
version: "1.3.0",
67+
expectedSize: 24585728,
68+
expectedChecksum: "c7f9fad2025d9f2c9d2dff44a3edebbe",
6969
}
7070
: {
71-
version: "1.2.4",
72-
expectedSize: 24010904,
73-
expectedChecksum: "bf10e866f4c4e132bf8115460508e6e2",
71+
version: "1.3.0",
72+
expectedSize: 24084632,
73+
expectedChecksum: "f332b33b67680a32ea76bea866540656",
7474
},
7575
};
7676

0 commit comments

Comments
 (0)