voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
32 lines (31 loc) • 463 B
JSON
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "public",
"rewrites": [
{
"source": "/checkIfAuthenticated",
"function": "checkIfAuthenticated"
}
]
},
"emulators": {
"auth": {
"port": 9099
},
"functions": {
"port": 5001
},
"database": {
"port": 9000
},
"hosting": {
"port": 5000
},
"ui": {
"enabled": true
}
}
}