-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
29 lines (29 loc) · 862 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
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "rocket-app-6c460",
"appId": "1:605774328151:android:e925939d6f7ff3381bce12",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "rocket-app-6c460",
"configurations": {
"android": "1:605774328151:android:e925939d6f7ff3381bce12",
"ios": "1:605774328151:ios:63ed9bb3a5a615a91bce12",
"macos": "1:605774328151:ios:63ed9bb3a5a615a91bce12",
"web": "1:605774328151:web:c834dfb592e001711bce12",
"windows": "1:605774328151:web:6e9d5da81abb023a1bce12"
}
}
}
}
},
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
}
}