Skip to content

Commit 14a1ba0

Browse files
harshyyy21Harsh Prajapati
andauthored
Release Firestore Emulator v1.19.1 (#6780)
* Update CHANGELOG.md * Update downloadableEmulators.ts * Update downloadableEmulators.ts * update checksum value * format CHANGELOG.md * ran prettier on CHANGELOG.md --------- Co-authored-by: Harsh Prajapati <[email protected]>
1 parent 2df26c0 commit 14a1ba0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
- Release Cloud Firestore emulator v1.19.1:
2+
- Adds support for Datastore Mode to the Firstore Emulator. Adds
3+
`--database-mode` flag to `gcloud emulator firestore start` command. Note
4+
that this is a preview feature and if you find any bugs, please file them
5+
here: <https://github.com/firebase/firebase-tools/issues>.
16
- Improve FAH onboarding flow to connect backends with SCMs (#6764).

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.18.2",
37-
expectedSize: 63929486,
38-
expectedChecksum: "7b066cd684baf9bcd4a56a258be344a5",
36+
version: "1.19.1",
37+
expectedSize: 67187672,
38+
expectedChecksum: "859b1ac2a6040cccddd993c43586347c",
3939
},
4040
storage: {
4141
version: "1.1.3",

0 commit comments

Comments
 (0)