You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2019. It is now read-only.
I'm not sure if this is the best place to ask, but is there a way to specify multiple ports?
For example, I have
functionsandhosting, and I want to do:firebase serve -p 5000 -p 5001So that the functions are running on port 5000 and the hosting is on port 5001.
Thank you!