Skip to content

Commit

Permalink
Release Firestore emulator v1.10.2 (firebase#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpbrewster authored and pull[bot] committed Aug 26, 2020
1 parent ca11f67 commit 7949e67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
* Adds the `firebase init emulators` command.
* Adds a Cloud Pub/Sub Emulator (#1748).
* Fixes a bug where the Firestore emulator was unable to serve rule coverage HTML reports.
* Fixes a bug in the Firestore emulator where rapidly overwriting the same document could trigger exceptions.
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.1.jar"),
downloadPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.10.2.jar"),
opts: {
cacheDir: CACHE_DIR,
remoteUrl:
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.10.1.jar",
expectedSize: 63699562,
expectedChecksum: "829ccea9832dc6c67dd8641a1184c02a",
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.10.2.jar",
expectedSize: 63708915,
expectedChecksum: "d101a23eea4c6cdc5bcf5a7ef32dc6e5",
namePrefix: "cloud-firestore-emulator",
},
},
Expand Down

0 comments on commit 7949e67

Please sign in to comment.