Skip to content

Commit

Permalink
Update to Cloud Firestore Emulator v1.4.4 (#1186)
Browse files Browse the repository at this point in the history
* Update to Cloud Firestore Emulator v1.4.4

* changelog

* Update changelog.txt

Co-Authored-By: ryanpbrewster <RyanPBrewster@gmail.com>

* Update changelog.txt

Co-Authored-By: ryanpbrewster <RyanPBrewster@gmail.com>
  • Loading branch information
ryanpbrewster authored Apr 9, 2019
1 parent 52242d4 commit b9accc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fixed - Fixes a bug in Cloud Firestore emulator where rulesets with no-op writes would modify a document's updated_at timestamp.
fixed - Reduced lock contention in Cloud Firestore emulator during concurrent writes to a document.
8 changes: 4 additions & 4 deletions src/emulator/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ const _emulators = {
stdout: null,
cacheDir: CACHE_DIR,
remoteUrl:
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.4.3.jar",
expectedSize: 56842642,
expectedChecksum: "27cd1dbf20e7ded5e6b90ecf23cbed2b",
localPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.4.3.jar"),
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.4.4.jar",
expectedSize: 56904597,
expectedChecksum: "b64aa203304f231b61ad7c30316d1094",
localPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.4.4.jar"),
},
};

Expand Down

0 comments on commit b9accc3

Please sign in to comment.