mirror of
https://github.com/hmalik144/Driver.git
synced 2025-12-10 02:45:20 +00:00
- changes to storage ref in process retrieval in process ** broken commit **
39 lines
584 B
JSON
39 lines
584 B
JSON
{
|
|
"emulators": {
|
|
"auth": {
|
|
"port": 9099
|
|
},
|
|
"database": {
|
|
"port": 9001
|
|
},
|
|
"storage": {
|
|
"port": 9199
|
|
},
|
|
"ui": {
|
|
"enabled": true
|
|
},
|
|
"singleProjectMode": true,
|
|
"functions": {
|
|
"port": 5001
|
|
}
|
|
},
|
|
"database": {
|
|
"rules": "database.rules.json"
|
|
},
|
|
"storage": {
|
|
"rules": "storage.rules"
|
|
},
|
|
"functions": [
|
|
{
|
|
"source": "functions",
|
|
"codebase": "default",
|
|
"ignore": [
|
|
"venv",
|
|
".git",
|
|
"firebase-debug.log",
|
|
"firebase-debug.*.log"
|
|
]
|
|
}
|
|
]
|
|
}
|