Skip to content

Commit

Permalink
Release Firestore emulator v1.10.1 (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpbrewster committed Nov 15, 2019
1 parent 2ef14b0 commit 0fb7f5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
* Print Firebase Console links for Extensions after operations.
* Updated Firebase Extensions registry address.
* Adds the `firebase init emulators` command.
* Adds a Cloud Pub/Sub Emulator (#1748).
* Adds a Cloud Pub/Sub Emulator (#1748).
* Fixes a bug where the Firestore emulator was unable to serve rule coverage HTML reports.
8 changes: 4 additions & 4 deletions src/serve/javaEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ const DownloadDetails: { [s in JavaEmulators]: EmulatorDownloadDetails } = {
},
},
firestore: {
downloadPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.10.0.jar"),
downloadPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.10.1.jar"),
opts: {
cacheDir: CACHE_DIR,
remoteUrl:
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.10.0.jar",
expectedSize: 62550064,
expectedChecksum: "a19e8b6bbd13de667625866bd46295d5",
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.10.1.jar",
expectedSize: 63699562,
expectedChecksum: "829ccea9832dc6c67dd8641a1184c02a",
namePrefix: "cloud-firestore-emulator",
},
},
Expand Down

0 comments on commit 0fb7f5e

Please sign in to comment.