## Summary Currently, deploying a v2 backend (using `firebase deploy`) likely won't work on Windows due to the use of the `server/fetch-static-serving.sh` script. ## Desired Solution We'd like to make `firebase deploy` work on any platform, including Windows.
Summary
Currently, deploying a v2 backend (using
firebase deploy) likely won't work on Windows due to the use of theserver/fetch-static-serving.shscript.Desired Solution
We'd like to make
firebase deploywork on any platform, including Windows.