kz_educa/firebase.json

40 lines
942 B
JSON
Executable File

{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "kzeduca-app",
"appId": "1:856896596042:android:4872a8df231ad6ebba9eb3",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "kzeduca-app",
"configurations": {
"android": "1:856896596042:android:4872a8df231ad6ebba9eb3",
"ios": "1:856896596042:ios:8d13bed19889f246ba9eb3",
"web": "1:856896596042:web:7a2298ee77e1cfe4ba9eb3"
}
}
}
}
},
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log",
"*.local"
],
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint"
]
}
]
}