-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
31 lines (31 loc) · 936 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": "instagram-clone-flutter-dac17",
"appId": "1:488095132872:android:417ed9b2b5884adba009fd",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "instagram-clone-flutter-dac17",
"appId": "1:488095132872:ios:8610d95b80581aaba009fd",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "instagram-clone-flutter-dac17",
"configurations": {
"android": "1:488095132872:android:417ed9b2b5884adba009fd",
"ios": "1:488095132872:ios:8610d95b80581aaba009fd",
"web": "1:488095132872:web:17464e63f884a349a009fd"
}
}
}
}
}
}