15 lines
224 B
JSON
15 lines
224 B
JSON
{
|
|
"functions": {
|
|
"ignore": [
|
|
"node_modules",
|
|
".git",
|
|
"firebase-debug.log",
|
|
"firebase-debug.*.log"
|
|
],
|
|
"predeploy": []
|
|
},
|
|
"react-native": {
|
|
"crashlytics_debug_enabled": true
|
|
}
|
|
}
|