Skip to content

Commit

Permalink
Release Firestore Emulator v1.19.3 (#6869)
Browse files Browse the repository at this point in the history
* update new version of Firestore Emulator

* fix formatting

* fix minor CHANGELOG format
  • Loading branch information
harshyyy21 committed Mar 11, 2024
1 parent 71f3ef3 commit b03e1ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1 +1,2 @@
Inject an environment variable in the node functions emulator to tell the google-gax SDK not to look for the metadata service. (#6860)
- Release Firestore Emulator 1.19.3 which fixes ancestor and namespace scope queries for Datastore Mode. This release also fixes internal errors seen across REST API and firebase-js-sdk.
- Inject an environment variable in the node functions emulator to tell the google-gax SDK not to look for the metadata service. (#6860)
6 changes: 3 additions & 3 deletions src/emulator/downloadableEmulators.ts
Expand Up @@ -33,9 +33,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
expectedChecksum: "2fd771101c0e1f7898c04c9204f2ce63",
},
firestore: {
version: "1.19.2",
expectedSize: 67203281,
expectedChecksum: "167205aea99351c08ef293f35009a63c",
version: "1.19.3",
expectedSize: 67296394,
expectedChecksum: "08a9b882a5c38570b6333f3931b1e52b",
},
storage: {
version: "1.1.3",
Expand Down

0 comments on commit b03e1ef

Please sign in to comment.