Skip to content

Wrap emulator exec script in double quotes #820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

aalej
Copy link
Contributor

@aalej aalej commented Aug 2, 2024

Wrap the script argument of firebase emulators:exec command.

Related issue firebase/firebase-tools#7476

On a Windows machine, when running the command below, the emulators do not start

firebase --project demo-friendly-eats emulators:exec --import ./app-data-seed --ui 'ng serve'

Might be related to how Windows treats single quotes https://stackoverflow.com/a/51090074.

Running the command below, emulators were able to start:

firebase --project demo-friendly-eats emulators:exec --import ./app-data-seed --ui "ng serve"

@HYACCCINT HYACCCINT merged commit 95d87de into firebase:master Aug 7, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants