Files
musicland/firebase.json
T
Thomas Demirdjian 4bb083ea46 start adding payment
2025-11-04 14:46:12 +01:00

28 lines
429 B
JSON

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