Skip to content

Commit 1528dde

Browse files
authored
Release Cloud Firestore Emulator v1.12.0. (#3402)
1 parent 769cb0f commit 1528dde

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- Enable running functions in multiple regions in the emulator.
22
- Adds the deployed version to the output when deploying to Firebase Hosting.
3+
- Releases Firestore Emulator v1.12.0: supports clearing data partially.

src/emulator/downloadableEmulators.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ export const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDe
3939
},
4040
},
4141
firestore: {
42-
downloadPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.11.15.jar"),
43-
version: "1.11.15",
42+
downloadPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.12.0.jar"),
43+
version: "1.12.0",
4444
opts: {
4545
cacheDir: CACHE_DIR,
4646
remoteUrl:
47-
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.11.15.jar",
48-
expectedSize: 60204988,
49-
expectedChecksum: "8afe2aea9f27ae0ac17fe906fc167a02",
47+
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.12.0.jar",
48+
expectedSize: 60294085,
49+
expectedChecksum: "0aa18be685bfe6357302731f05faa38a",
5050
namePrefix: "cloud-firestore-emulator",
5151
},
5252
},

0 commit comments

Comments
 (0)