-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfirebase.json
More file actions
54 lines (54 loc) · 1.39 KB
/
firebase.json
File metadata and controls
54 lines (54 loc) · 1.39 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
{
"functions": {
"source": "functions",
"runtime": "nodejs20"
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "romrom-c4008",
"appId": "1:905325245238:android:86db75164e0df29a1f3997",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "romrom-c4008",
"appId": "1:905325245238:ios:df1935263a97e0f71f3997",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "romrom-c4008",
"configurations": {
"android": "1:905325245238:android:86db75164e0df29a1f3997",
"ios": "1:905325245238:ios:df1935263a97e0f71f3997"
}
}
}
}
},
"hosting": {
"public": "public",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"headers": [
{
"source": "/.well-known/apple-app-site-association",
"headers": [{ "key": "Content-Type", "value": "application/json" }]
},
{
"source": "/.well-known/assetlinks.json",
"headers": [{ "key": "Content-Type", "value": "application/json" }]
}
],
"rewrites": [
{
"source": "/item",
"function": "itemOgRenderer"
}
]
}
}