forked from Dibbiii/KetchApp-Flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
25 lines (25 loc) · 767 Bytes
/
firebase.json
File metadata and controls
25 lines (25 loc) · 767 Bytes
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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "testalebrutto",
"appId": "1:1049541862968:android:08618ab4c347426cd528cd",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "testalebrutto",
"configurations": {
"android": "1:1049541862968:android:08618ab4c347426cd528cd",
"ios": "1:1049541862968:ios:3cc3d77d12df491bd528cd",
"macos": "1:1049541862968:ios:3cc3d77d12df491bd528cd",
"web": "1:1049541862968:web:1ce1149572d42bd6d528cd",
"windows": "1:1049541862968:web:dce345b9f6c150ded528cd"
}
}
}
}
}
}