Release Firestore Emulator v1.2.3 (#1083)

Release of firestore emulator v1.2.3
This commit is contained in:
Scott Crossen
2019-01-03 11:49:04 -08:00
committed by GitHub
parent 209c0647a3
commit 07f792c665
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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"),
},
};