Skip to content

Conversation

@jamesdaniels
Copy link
Member

Description

Scenarios Tested

Sample Commands

@jamesdaniels jamesdaniels requested a review from davideast May 3, 2023 14:01
@jamesdaniels jamesdaniels enabled auto-merge (squash) May 3, 2023 14:06
@jamesdaniels jamesdaniels disabled auto-merge May 3, 2023 14:06
@jamesdaniels jamesdaniels enabled auto-merge (squash) May 3, 2023 14:06
@jamesdaniels jamesdaniels requested a review from leoortizz May 3, 2023 14:07
Copy link
Member

@leoortizz leoortizz left a comment

Choose a reason for hiding this comment

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

LGTM! Left a refactor nit that can reduce the amount of code there

Comment on lines 306 to +308
context._name === "serve" ||
context._name.startsWith("emulators:")
context._name === "emulators:start" ||
context._name === "emulators:exec"
Copy link
Member

Choose a reason for hiding this comment

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

refactor nit

Suggested change
context._name === "serve" ||
context._name.startsWith("emulators:")
context._name === "emulators:start" ||
context._name === "emulators:exec"
["serve", "emulators:start", "emulators:exec"].includes(context._name)

@jamesdaniels jamesdaniels merged commit 85ea802 into master May 3, 2023
@jamesdaniels jamesdaniels deleted the jamesdaniels_fixForDeploy branch May 3, 2023 14:24
Copy link
Member

@davideast davideast left a comment

Choose a reason for hiding this comment

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

LGTM. Tested the fix on my machine and it worked.

ProfHercules pushed a commit to ProfHercules/firebase-tools that referenced this pull request May 5, 2023
Broke web frameworks deploy in the midnight effort to fix the emulators. Quick fix.
tonyjhuang pushed a commit that referenced this pull request May 22, 2023
Broke web frameworks deploy in the midnight effort to fix the emulators. Quick fix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants