Skip to content

Commit 84d57d7

Browse files
authored
Release Emulator UI v1.6.0 (firebase#3564)
* Release Firestore Emulator v1.6.0. * Fix checksums. * CHANGLOG.
1 parent 5c5dde3 commit 84d57d7

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
@@ -0,0 +1 @@
1+
- Supports inspecting Firestore Emulator requests and rules in Emulator UI (#3564).

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.5.1",
67-
downloadPath: path.join(CACHE_DIR, "ui-v1.5.1.zip"),
68-
unzipDir: path.join(CACHE_DIR, "ui-v1.5.1"),
69-
binaryPath: path.join(CACHE_DIR, "ui-v1.5.1", "server.bundle.js"),
66+
version: "1.6.0",
67+
downloadPath: path.join(CACHE_DIR, "ui-v1.6.0.zip"),
68+
unzipDir: path.join(CACHE_DIR, "ui-v1.6.0"),
69+
binaryPath: path.join(CACHE_DIR, "ui-v1.6.0", "server.bundle.js"),
7070
opts: {
7171
cacheDir: CACHE_DIR,
72-
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.5.1.zip",
73-
expectedSize: 3362854,
74-
expectedChecksum: "7d2b9c4375c081b2d84bacd6c8ada425",
72+
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.6.0.zip",
73+
expectedSize: 3718984,
74+
expectedChecksum: "368ce70a50cbb592b2d6af0580e896e0",
7575
namePrefix: "ui",
7676
},
7777
},

0 commit comments

Comments
 (0)