-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathfirebase.json
106 lines (106 loc) · 4.1 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"flutter": {
"platforms": {
"android": {
"buildConfigurations": {
"src/spooky": {
"projectId": "juniorise-spooky",
"appId": "1:845318918007:android:8d9f8265b46011fd349b72",
"fileOutput": "android/app/src/spooky/google-services.json"
},
"src/storypad": {
"projectId": "tc-write-story",
"appId": "1:315543702519:android:4e9cf4c1923c1dab74fcf2",
"fileOutput": "android/app/src/storypad/google-services.json"
},
"src/community": {
"projectId": "juniorise-spooky-community",
"appId": "1:892248434003:android:5e6ee709875438aa63eda6",
"fileOutput": "android/app/src/community/google-services.json"
}
}
},
"ios": {
"buildConfigurations": {
"Release-spooky": {
"projectId": "juniorise-spooky",
"appId": "1:845318918007:ios:6815c46033e54568349b72",
"uploadDebugSymbols": true,
"fileOutput": "ios/Firebase/spooky/GoogleService-Info.plist"
},
"Debug-spooky": {
"projectId": "juniorise-spooky",
"appId": "1:845318918007:ios:6815c46033e54568349b72",
"uploadDebugSymbols": true,
"fileOutput": "ios/Firebase/spooky/GoogleService-Info.plist"
},
"Profile-spooky": {
"projectId": "juniorise-spooky",
"appId": "1:845318918007:ios:6815c46033e54568349b72",
"uploadDebugSymbols": true,
"fileOutput": "ios/Firebase/spooky/GoogleService-Info.plist"
},
"Release-storypad": {
"projectId": "tc-write-story",
"appId": "1:315543702519:ios:b341e734dc53180c74fcf2",
"uploadDebugSymbols": true,
"fileOutput": "ios/Firebase/storypad/GoogleService-Info.plist"
},
"Debug-storypad": {
"projectId": "tc-write-story",
"appId": "1:315543702519:ios:b341e734dc53180c74fcf2",
"uploadDebugSymbols": true,
"fileOutput": "ios/Firebase/storypad/GoogleService-Info.plist"
},
"Profile-storypad": {
"projectId": "tc-write-story",
"appId": "1:315543702519:ios:b341e734dc53180c74fcf2",
"uploadDebugSymbols": true,
"fileOutput": "ios/Firebase/storypad/GoogleService-Info.plist"
},
"Release-community": {
"projectId": "juniorise-spooky-community",
"appId": "1:892248434003:ios:83be1e9203a1be7e63eda6",
"uploadDebugSymbols": true,
"fileOutput": "ios/Firebase/community/GoogleService-Info.plist"
},
"Debug-community": {
"projectId": "juniorise-spooky-community",
"appId": "1:892248434003:ios:83be1e9203a1be7e63eda6",
"uploadDebugSymbols": true,
"fileOutput": "ios/Firebase/community/GoogleService-Info.plist"
},
"Profile-community": {
"projectId": "juniorise-spooky-community",
"appId": "1:892248434003:ios:83be1e9203a1be7e63eda6",
"uploadDebugSymbols": true,
"fileOutput": "ios/Firebase/community/GoogleService-Info.plist"
}
}
},
"dart": {
"lib/firebase_options/spooky.dart": {
"projectId": "juniorise-spooky",
"configurations": {
"android": "1:845318918007:android:8d9f8265b46011fd349b72",
"ios": "1:845318918007:ios:6815c46033e54568349b72"
}
},
"lib/firebase_options/storypad.dart": {
"projectId": "tc-write-story",
"configurations": {
"android": "1:315543702519:android:4e9cf4c1923c1dab74fcf2",
"ios": "1:315543702519:ios:b341e734dc53180c74fcf2"
}
},
"lib/firebase_options/community.dart": {
"projectId": "juniorise-spooky-community",
"configurations": {
"android": "1:892248434003:android:5e6ee709875438aa63eda6",
"ios": "1:892248434003:ios:83be1e9203a1be7e63eda6"
}
}
}
}
}
}