I just added new Firebase project with the following in firebase.json:
"emulators": {
"functions": {
"port": 5001
},
"hosting": {
"port": 5002
},
I started it with firebase serve
. And it serves hosting on port 5000 (instead of 5002):
+ hosting: Local server: http://localhost:5000
Am I doing something wrong?