Skip to content

Commit

Permalink
Update Firestore Emulator version (#6912)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshyyy21 committed Mar 25, 2024
1 parent 90b6506 commit c6d1615
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 @@
- Release Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a `reset` endpoint for Datastore Mode.
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.3",
expectedSize: 67296394,
expectedChecksum: "08a9b882a5c38570b6333f3931b1e52b",
version: "1.19.4",
expectedSize: 65913000,
expectedChecksum: "a861bfa9d12ef69645b41e2f3bd8db8d",
},
storage: {
version: "1.1.3",
Expand Down

0 comments on commit c6d1615

Please sign in to comment.