File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
- Fixes issue with routing to emulated HTTP functions in regions outside of ` us-central1 ` (#3031 )
5
5
- Fixes issue where authorized domains were not being correctly updated when deploying to Hosting channels. (#3002 )
6
6
- Fixes issue where the User-Agent was being overridden when proxying through the Hosting emulator. (#2970 )
7
+ - Fixes issue where Firestore Emulator wrongly triggers events on deleting an nonexistent document (#3043 ).
Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDetails }
38
38
} ,
39
39
} ,
40
40
firestore : {
41
- downloadPath : path . join ( CACHE_DIR , "cloud-firestore-emulator-v1.11.11 .jar" ) ,
42
- version : "1.11.11 " ,
41
+ downloadPath : path . join ( CACHE_DIR , "cloud-firestore-emulator-v1.11.12 .jar" ) ,
42
+ version : "1.11.12 " ,
43
43
opts : {
44
44
cacheDir : CACHE_DIR ,
45
45
remoteUrl :
46
- "https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.11.11 .jar" ,
47
- expectedSize : 63886307 ,
48
- expectedChecksum : "398782f4108360434ef9e7cc86df50f6 " ,
46
+ "https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.11.12 .jar" ,
47
+ expectedSize : 63822243 ,
48
+ expectedChecksum : "9cdb00c6e05680830f77f63269aba765 " ,
49
49
namePrefix : "cloud-firestore-emulator" ,
50
50
} ,
51
51
} ,
You can’t perform that action at this time.
0 commit comments