File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
- Enable running functions in multiple regions in the emulator.
2
2
- Adds the deployed version to the output when deploying to Firebase Hosting.
3
+ - Releases Firestore Emulator v1.12.0: supports clearing data partially.
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ export const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDe
39
39
} ,
40
40
} ,
41
41
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 " ,
44
44
opts : {
45
45
cacheDir : CACHE_DIR ,
46
46
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 " ,
50
50
namePrefix : "cloud-firestore-emulator" ,
51
51
} ,
52
52
} ,
You can’t perform that action at this time.
0 commit comments