Skip to content

Commit

Permalink
Release Firestore emulator v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpbrewster committed Aug 26, 2019
1 parent 948978b commit 86dc195
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
@@ -1,3 +1,4 @@
* Mark `list` command as deprecated.
* Mark `setup:web` command as deprecated.
* Mark `tools:migrate` command as deprecated.
* Fix bug in Cloud Firestore emulator where committing a transaction with no writes would not release locks.
8 changes: 4 additions & 4 deletions src/serve/javaEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ const EmulatorDetails: { [s in JavaEmulators]: JavaEmulatorDetails } = {
stdout: null,
cacheDir: CACHE_DIR,
remoteUrl:
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.8.0.jar",
expectedSize: 59829611,
expectedChecksum: "fd05298abcbaa4d78ef97897cc5f74ab",
localPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.8.0.jar"),
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.8.1.jar",
expectedSize: 59850614,
expectedChecksum: "741170ba7744b8dc73c4790d234d8033",
localPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.8.1.jar"),
namePrefix: "cloud-firestore-emulator",
},
};
Expand Down

0 comments on commit 86dc195

Please sign in to comment.