-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
55 lines (55 loc) · 1.52 KB
/
firebase.json
File metadata and controls
55 lines (55 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "vision-mart-app-a727d",
"appId": "1:168555285732:android:a916f46c634aa72a49f0f1",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "vision-mart-app-a727d",
"appId": "1:168555285732:ios:4008b72b8b5a408249f0f1",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "vision-mart-app-a727d",
"appId": "1:168555285732:ios:4008b72b8b5a408249f0f1",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "vision-mart-app-a727d",
"configurations": {
"android": "1:168555285732:android:a916f46c634aa72a49f0f1",
"ios": "1:168555285732:ios:4008b72b8b5a408249f0f1",
"macos": "1:168555285732:ios:4008b72b8b5a408249f0f1",
"web": "1:168555285732:web:9a7e6227b38bbc5b49f0f1",
"windows": "1:168555285732:web:d79cef7d52deecc449f0f1"
}
}
}
}
},
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}