Skip to content

Commit

Permalink
Merge 8033600 into a9881ed
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpbrewster committed Aug 28, 2019
2 parents a9881ed + 8033600 commit 81c4822
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -0,0 +1 @@
* Fixed bug in Firestore emulator where transactions that timed out could still modify data.
8 changes: 4 additions & 4 deletions src/serve/javaEmulators.ts
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.1.jar",
expectedSize: 59850614,
expectedChecksum: "741170ba7744b8dc73c4790d234d8033",
localPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.8.1.jar"),
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.8.2.jar",
expectedSize: 59921526,
expectedChecksum: "19680ca7dc7b6849e3e234c469ed66b2",
localPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.8.2.jar"),
namePrefix: "cloud-firestore-emulator",
},
};
Expand Down

0 comments on commit 81c4822

Please sign in to comment.