-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
52 lines (52 loc) · 1.43 KB
/
firebase.json
File metadata and controls
52 lines (52 loc) · 1.43 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "chat-a7a37",
"appId": "1:232038436692:android:cad548b477ec01852d42c1",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "chat-a7a37",
"appId": "1:232038436692:ios:b85d73454086d5352d42c1",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "chat-a7a37",
"appId": "1:232038436692:ios:b85d73454086d5352d42c1",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "chat-a7a37",
"configurations": {
"android": "1:232038436692:android:cad548b477ec01852d42c1",
"ios": "1:232038436692:ios:b85d73454086d5352d42c1",
"macos": "1:232038436692:ios:b85d73454086d5352d42c1",
"web": "1:232038436692:web:d8608374c6e4bb0c2d42c1",
"windows": "1:232038436692:web:7bfa05d608a29ff12d42c1"
}
}
}
}
},
"hosting": {
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"frameworksBackend": {
"region": "asia-east1"
}
}
}