-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
40 lines (40 loc) · 1.21 KB
/
firebase.json
File metadata and controls
40 lines (40 loc) · 1.21 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
35
36
37
38
39
40
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "spotify-clone-st",
"appId": "1:508845039777:android:614c5281d3593af588d0e0",
"fileOutput": "android/app/google-services.json"
}
},
"ios": {
"default": {
"projectId": "spotify-clone-st",
"appId": "1:508845039777:ios:2f207c46b1d9a3de88d0e0",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
}
},
"macos": {
"default": {
"projectId": "spotify-clone-st",
"appId": "1:508845039777:ios:2f207c46b1d9a3de88d0e0",
"uploadDebugSymbols": false,
"fileOutput": "macos/Runner/GoogleService-Info.plist"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "spotify-clone-st",
"configurations": {
"android": "1:508845039777:android:614c5281d3593af588d0e0",
"ios": "1:508845039777:ios:2f207c46b1d9a3de88d0e0",
"macos": "1:508845039777:ios:2f207c46b1d9a3de88d0e0",
"windows": "1:508845039777:web:50b11856fa49b1b888d0e0"
}
}
}
}
}
}