[go: nahoru, domu]

Skip to content

Commit

Permalink
Released Firestore emulator v1.18.2. (#6354)
Browse files Browse the repository at this point in the history
- Removed nano precision in timestamp used in Firestore emulator (#5893)
  - Fixed a bug where query behaves differently from production.
  • Loading branch information
HansiMou committed Sep 11, 2023
1 parent 12fa01c commit 48ee7a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Released Firestore emulator v1.18.2.
- Removed nano precision in timestamp used in Firestore emulator (#5893)
- Fixed a bug where query behaves differently from production.
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.18.1",
expectedSize: 64866257,
expectedChecksum: "743211a3e33217fe71dc20aff1fa26a5",
version: "1.18.2",
expectedSize: 63929486,
expectedChecksum: "7b066cd684baf9bcd4a56a258be344a5",
},
storage: {
version: "1.1.3",
Expand Down

0 comments on commit 48ee7a1

Please sign in to comment.