-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
34 lines (34 loc) · 1.14 KB
/
firebase.json
File metadata and controls
34 lines (34 loc) · 1.14 KB
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
32
33
34
{
"firestore": {
"rules": "firestore.rules"
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "swipes2026",
"appId": "1:58526851200:android:b18972947e5e2f5ad68665",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "swipes2026",
"appId": "1:58526851200:ios:63ba945c38cc7eb0d68665",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "swipes2026",
"configurations": {
"android": "1:58526851200:android:b18972947e5e2f5ad68665",
"ios": "1:58526851200:ios:63ba945c38cc7eb0d68665",
"web": "1:58526851200:web:1835760d0c77c368d68665"
}
}
}
}
}
}