Skip to content

Commit 4d17c40

Browse files
authored
Release Emulator UI v1.6.4 (#3850)
* update with 1.6.4 * lint
1 parent e59dd66 commit 4d17c40

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- Fix Auth Emulator deleteTenant not working with Node Admin (#3817).
22
- Fix Crashlytics Android Native Symbols not working on Windows due to ":" in the path (#3842)
3+
- Fixes Firestore emulator UI showing requests out of order

src/emulator/downloadableEmulators.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ export const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDe
6363
},
6464
},
6565
ui: {
66-
version: "1.6.3",
67-
downloadPath: path.join(CACHE_DIR, "ui-v1.6.3.zip"),
68-
unzipDir: path.join(CACHE_DIR, "ui-v1.6.3"),
69-
binaryPath: path.join(CACHE_DIR, "ui-v1.6.3", "server.bundle.js"),
66+
version: "1.6.4",
67+
downloadPath: path.join(CACHE_DIR, "ui-v1.6.4.zip"),
68+
unzipDir: path.join(CACHE_DIR, "ui-v1.6.4"),
69+
binaryPath: path.join(CACHE_DIR, "ui-v1.6.4", "server.bundle.js"),
7070
opts: {
7171
cacheDir: CACHE_DIR,
72-
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.6.3.zip",
73-
expectedSize: 3757268,
74-
expectedChecksum: "153090a46072545aadeb307397cc8f45",
72+
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.6.4.zip",
73+
expectedSize: 3757300,
74+
expectedChecksum: "20d4ee71e4ff7527b1843b6a8636142e",
7575
namePrefix: "ui",
7676
},
7777
},

0 commit comments

Comments
 (0)