File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
* Add new project management commands: ` projects:create ` , ` projects:list ` ,
4
4
` projects:addFirebase ` .
5
5
* Add new app management commands: ` apps:create ` , ` apps:list ` , ` apps:sdkconfig ` .
6
- * Improve ` init ` command to be able to create a new project.
6
+ * Improve ` init ` command to be able to create a new project.
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ const EmulatorDetails: { [s in JavaEmulators]: JavaEmulatorDetails } = {
40
40
stdout : null ,
41
41
cacheDir : CACHE_DIR ,
42
42
remoteUrl :
43
- "https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.7.0 .jar" ,
44
- expectedSize : 59234749 ,
45
- expectedChecksum : "8438fa31a7bf80ce96fe72cc32b7adb7 " ,
46
- localPath : path . join ( CACHE_DIR , "cloud-firestore-emulator-v1.7.0 .jar" ) ,
43
+ "https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.7.1 .jar" ,
44
+ expectedSize : 59830668 ,
45
+ expectedChecksum : "883d685b39649ed5525ec35963aff679 " ,
46
+ localPath : path . join ( CACHE_DIR , "cloud-firestore-emulator-v1.7.1 .jar" ) ,
47
47
namePrefix : "cloud-firestore-emulator" ,
48
48
} ,
49
49
} ;
You can’t perform that action at this time.
0 commit comments