-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
31 lines (31 loc) · 899 Bytes
/
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
31
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "flappy-dash-d1d51",
"appId": "1:181921047566:android:4901101c32faa2329a885f",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "flappy-dash-d1d51",
"appId": "1:181921047566:ios:9eef4c34c823fe879a885f",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "flappy-dash-d1d51",
"configurations": {
"android": "1:181921047566:android:4901101c32faa2329a885f",
"ios": "1:181921047566:ios:9eef4c34c823fe879a885f",
"web": "1:181921047566:web:8c499b4f720cc4039a885f"
}
}
}
}
}
}