Skip to content

Commit

Permalink
Release Firebase Emulator UI v 1.11.7 (#6079)
Browse files Browse the repository at this point in the history
* Release Firebase Emulator Ui v 1.11.7

* Update commit

---------

Co-authored-by: joehan <joehanley@google.com>
  • Loading branch information
christhompsongoogle and joehan committed Jul 6, 2023
1 parent b7730e3 commit 1ef81df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Released Firebase Emulator UI v1.11.7, which includes preview support for multiple Firestore databases (#6079)
6 changes: 3 additions & 3 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
ui: experiments.isEnabled("emulatoruisnapshot")
? { version: "SNAPSHOT", expectedSize: -1, expectedChecksum: "" }
: {
version: "1.11.6",
expectedSize: 3063444,
expectedChecksum: "14b971f4ed4909f348e647db7114d62b",
version: "1.11.7",
expectedSize: 3064105,
expectedChecksum: "bd2bcc331cbf613a5b3b55a1ce08998b",
},
pubsub: {
version: "0.7.1",
Expand Down

0 comments on commit 1ef81df

Please sign in to comment.