Initial commit
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user