-
Notifications
You must be signed in to change notification settings - Fork 0
/
firebase.json
30 lines (30 loc) · 1.04 KB
/
firebase.json
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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "window-measurement-app",
"appId": "1:563921810957:android:6d4948fa36c4aea984c744",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "window-measurement-app",
"appId": "1:563921810957:ios:f39d5e125b7c13d584c744",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "window-measurement-app",
"configurations": {
"android": "1:563921810957:android:6d4948fa36c4aea984c744",
"ios": "1:563921810957:ios:f39d5e125b7c13d584c744"
}
}
}
}
}
}