29 lines
456 B
JSON
29 lines
456 B
JSON
{
|
|
"functions": {
|
|
"ignore": [
|
|
"node_modules",
|
|
".git",
|
|
"firebase-debug.log",
|
|
"firebase-debug.*.log"
|
|
],
|
|
"predeploy": [],
|
|
"source": "functions"
|
|
},
|
|
"emulators": {
|
|
"functions": {
|
|
"host": "0.0.0.0",
|
|
"port": 5001
|
|
},
|
|
"pubsub": {
|
|
"port": 8085
|
|
},
|
|
"ui": {
|
|
"enabled": true
|
|
},
|
|
"singleProjectMode": true
|
|
},
|
|
"react-native": {
|
|
"crashlytics_debug_enabled": true
|
|
}
|
|
}
|