FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fixes issue with hosting emulator targets by bkendall · Pull Request #3166 · firebase/firebase-tools · GitHub

fixes issue with hosting emulator targets - #3166

Merged
bkendall merged 3 commits into
masterfrom
bk-2820
Feb 25, 2021
Merged

fixes issue with hosting emulator targets#3166
bkendall merged 3 commits into
masterfrom
bk-2820

Conversation

Copy link
Copy Markdown
Contributor

Description

Fixes #2820

Scenarios Tested

  • emulators:start --only hosting:one
  • emulators:start --only hosting:two
  • emulators:start --only hosting (to see both start)
  • emulators:start --only functions:echo (to make sure my function still works)

bkendall requested a review from samtstern February 23, 2021 21:27
google-cla Bot added the cla: yes Manual indication that this has passed CLA. label Feb 23, 2021
);
if (options.only) {
const requested: string[] = options.only.split(",");
const onlyOptions: string = options.only;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Do we have to repeat this code block twice?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Yes. It likely can be refactored in the future, but since it's more lines to refactor than it would be to duplicate, I'm leaving it as-written.

bkendall merged commit 9ecdc7d into master Feb 25, 2021
bkendall deleted the bk-2820 branch February 25, 2021 20:50
devpeerapong pushed a commit to devpeerapong/firebase-tools that referenced this pull request Dec 14, 2021
* fixes issue with hosting emulator targets

* formatting is hard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Manual indication that this has passed CLA.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

firebase emulators:start --only hosting:TARGET_NAME command does not work

2 participants


Back | FazBrowse Home | New Git URL