-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathfirebase.json
More file actions
23 lines (23 loc) · 791 Bytes
/
firebase.json
File metadata and controls
23 lines (23 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "we-chat-75f13",
"appId": "1:288842837392:android:1353619813061d867a5715",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "we-chat-75f13",
"configurations": {
"android": "1:288842837392:android:1353619813061d867a5715",
"ios": "1:288842837392:ios:f39c8dc31525a6687a5715",
"web": "1:288842837392:web:6ae5bafc6d7d4f407a5715"
}
}
}
}
}
}