Houshan-Basa/firebase.json

40 lines
996 B
JSON

{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "hoshan-42d9f",
"appId": "1:581103504002:android:d12a150d3d54570418829b",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "hoshan-42d9f",
"configurations": {
"android": "1:581103504002:android:d12a150d3d54570418829b",
"ios": "1:581103504002:ios:4e51253f750a0fc818829b",
"macos": "1:581103504002:ios:4e51253f750a0fc818829b",
"web": "1:581103504002:web:8facd97674b83ac218829b",
"windows": "1:581103504002:web:084a33707f94511118829b"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}