Skip to content

Commit

Permalink
Updated to firestore emulator 1.19.8 (#7598)
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan authored Aug 27, 2024
1 parent d4ac884 commit 8ee858b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Released Firestore Emulator v 1.19.8 which adds support for `FindNearest.distanceResultField` and `FindNearest.distanceThreshold` parameters.
6 changes: 3 additions & 3 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
expectedChecksum: "2fd771101c0e1f7898c04c9204f2ce63",
},
firestore: {
version: "1.19.7",
expectedSize: 66438992,
expectedChecksum: "aec233bea95c5cfab03881574ec16d6c",
version: "1.19.8",
expectedSize: 63634791,
expectedChecksum: "9b43a6daa590678de9b7df6d68260395",
},
storage: {
version: "1.1.3",
Expand Down

0 comments on commit 8ee858b

Please sign in to comment.