Skip to content

Commit f740151

Browse files
harshyyy21joehan
andauthored
Release Firestore Emulator v1.19.2 (#6832)
* update Firestore emulator to new version * Update CHANGELOG.md Co-authored-by: joehan <[email protected]> --------- Co-authored-by: joehan <[email protected]>
1 parent 730aeae commit f740151

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
- Released Firestore emulator v1.19.2, which fixes some bugs affecting client SDKs when in Datastore Mode.
12
- Fix demo projects + web frameworks with emulators (#6737)
23
- Fix Next.js static routes with server actions (#6664)

src/emulator/downloadableEmulators.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
3333
expectedChecksum: "2fd771101c0e1f7898c04c9204f2ce63",
3434
},
3535
firestore: {
36-
version: "1.19.1",
37-
expectedSize: 67187672,
38-
expectedChecksum: "859b1ac2a6040cccddd993c43586347c",
36+
version: "1.19.2",
37+
expectedSize: 67203281,
38+
expectedChecksum: "167205aea99351c08ef293f35009a63c",
3939
},
4040
storage: {
4141
version: "1.1.3",

0 commit comments

Comments
 (0)