-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfirebase.json
More file actions
38 lines (38 loc) · 1.12 KB
/
firebase.json
File metadata and controls
38 lines (38 loc) · 1.12 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "netherlinkadmin",
"appId": "1:670852401318:android:9425bef5fdc0149c004c67",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "netherlinkadmin",
"appId": "1:670852401318:ios:5d607edeab78971d004c67",
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "netherlinkadmin",
"appId": "1:670852401318:ios:5d607edeab78971d004c67",
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "netherlinkadmin",
"configurations": {
"android": "1:670852401318:android:9425bef5fdc0149c004c67",
"ios": "1:670852401318:ios:5d607edeab78971d004c67",
"macos": "1:670852401318:ios:5d607edeab78971d004c67",
"windows": "1:670852401318:web:07f43910010a80e4004c67"
}
}
}
}
}
}