Skip to content

Commit

Permalink
Release Emulator UI v1.6.0 (firebase#3564)
Browse files Browse the repository at this point in the history
* Release Firestore Emulator v1.6.0.

* Fix checksums.

* CHANGLOG.
  • Loading branch information
yuchenshi authored and devpeerapong committed Dec 14, 2021
1 parent 4d83230 commit e990692
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Supports inspecting Firestore Emulator requests and rules in Emulator UI (#3564).
14 changes: 7 additions & 7 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ export const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDe
},
},
ui: {
version: "1.5.1",
downloadPath: path.join(CACHE_DIR, "ui-v1.5.1.zip"),
unzipDir: path.join(CACHE_DIR, "ui-v1.5.1"),
binaryPath: path.join(CACHE_DIR, "ui-v1.5.1", "server.bundle.js"),
version: "1.6.0",
downloadPath: path.join(CACHE_DIR, "ui-v1.6.0.zip"),
unzipDir: path.join(CACHE_DIR, "ui-v1.6.0"),
binaryPath: path.join(CACHE_DIR, "ui-v1.6.0", "server.bundle.js"),
opts: {
cacheDir: CACHE_DIR,
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.5.1.zip",
expectedSize: 3362854,
expectedChecksum: "7d2b9c4375c081b2d84bacd6c8ada425",
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.6.0.zip",
expectedSize: 3718984,
expectedChecksum: "368ce70a50cbb592b2d6af0580e896e0",
namePrefix: "ui",
},
},
Expand Down

0 comments on commit e990692

Please sign in to comment.