Skip to content

Commit

Permalink
Release Firestore Emulator v1.10.3 (firebase#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed Feb 4, 2020
1 parent a2384c2 commit cf4eb07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,4 @@
* Adds breakpoint debugging to `functions:shell` (#1872)
* Removes function timeouts when breakpoint debugging is enabled (#1931)
* Fixes unhandled error when invoking a non-existent function (#1937)
* Fixes unhandled error when invoking a non-existent function (#1937)
* Add support for `update_transforms` in Firestore commit and batchWrite API.
6 changes: 3 additions & 3 deletions src/serve/javaEmulators.ts
Expand Up @@ -42,9 +42,9 @@ const DownloadDetails: { [s in JavaEmulators]: EmulatorDownloadDetails } = {
opts: {
cacheDir: CACHE_DIR,
remoteUrl:
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.10.2.jar",
expectedSize: 63708915,
expectedChecksum: "d101a23eea4c6cdc5bcf5a7ef32dc6e5",
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.10.3.jar",
expectedSize: 88888524,
expectedChecksum: "24df64503865ac84ff5f2761319afd9d",
namePrefix: "cloud-firestore-emulator",
},
},
Expand Down

0 comments on commit cf4eb07

Please sign in to comment.