firebase / firebase-tools

The Firebase Command Line Tools
MIT License
3.97k stars 915 forks source link

Fix bug in #7314 #7321

Closed joehan closed 2 weeks ago

joehan commented 2 weeks ago

Description

Found a bug in #7314 - we only can safely add these quotes in Windows environments.https://github.com/nodejs/node/issues/7367 provides more context - TLDR is that there is not a clean fix that works on all envs due to differences in cmd.exe and bash.

Scenarios Tested

Confirmed that this works on my MacBook as well as a windows cloud top.