mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 17:22:36 +08:00
Release Firestore Emulator v1.2.3 (#1083)
Release of firestore emulator v1.2.3
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fixed - Fixed Firestore emulator bug related to https://github.com/firebase/firebase-tools/issues/1073
|
||||
fixed - Fixed Firestore emulator bug regarding array ordering during writing/reading
|
||||
fixed - Fixed Firestore emulator handling of query cursors using document names
|
||||
feature - Firestore emulator now has the ability to produce rule-coverage reports
|
||||
changed - Firestore emulator now exposes the v1 service definition
|
||||
changed - Firestore emulator has various runtime improvements
|
||||
|
||||
@@ -24,8 +24,8 @@ const _emulators = {
|
||||
stdout: null,
|
||||
cacheDir: CACHE_DIR,
|
||||
remoteUrl:
|
||||
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.2.2.jar",
|
||||
localPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.2.2.jar"),
|
||||
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.2.3.jar",
|
||||
localPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.2.3.jar"),
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user