-
Notifications
You must be signed in to change notification settings - Fork 379
Expand file tree
/
Copy pathfirebase.json
More file actions
40 lines (40 loc) · 1.22 KB
/
firebase.json
File metadata and controls
40 lines (40 loc) · 1.22 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "stream-chat-internal",
"appId": "1:674907137625:android:f4033353c54985b0d7f348",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "stream-chat-internal",
"appId": "1:674907137625:ios:cafb9fb076a453c4d7f348",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "stream-chat-internal",
"appId": "1:674907137625:ios:c719c700198c28b1d7f348",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "stream-chat-internal",
"configurations": {
"android": "1:674907137625:android:f4033353c54985b0d7f348",
"ios": "1:674907137625:ios:cafb9fb076a453c4d7f348",
"macos": "1:674907137625:ios:c719c700198c28b1d7f348",
"web": "1:674907137625:web:7a93c02445f2585ad7f348"
}
}
}
}
}
}