Files
Onsol-GO/firebase.json
T
2026-04-23 23:58:59 -05:00

46 lines
1.1 KiB
JSON

{
"firestore": {
"rules": "firestore.rules"
},
"storage": {
"rules": "storage.rules"
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "onsol-go",
"appId": "1:128426171433:android:618cd582a847a9a5fe5038",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "onsol-go",
"configurations": {
"android": "1:128426171433:android:618cd582a847a9a5fe5038",
"ios": "1:128426171433:ios:c9499633c66d705ffe5038",
"macos": "1:128426171433:ios:c9499633c66d705ffe5038",
"web": "1:128426171433:web:5b27ec0fdfceee78fe5038",
"windows": "1:128426171433:web:efaf8cf4fb14cd7ffe5038"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}