-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.firebaserc
41 lines (41 loc) · 1.21 KB
/
.firebaserc
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
{
"projects": {
"default": "developer-insights",
"master": "developer-insights",
"prod": "developer-insights"
},
"ci": {
"createConfig": {
"master": {
"env": "production",
"firebase": {
"apiKey": "AIzaSyA1iXYGXS3cA0R_CRb2QB7gl1S104KJKHY",
"authDomain": "developer-insights.firebaseapp.com",
"databaseURL": "https://developer-insights.firebaseio.com",
"projectId": "developer-insights",
"storageBucket": "developer-insights.appspot.com"
},
"reduxFirebase": {
"userProfile": "users",
"enableLogging": false,
"updateProfileOnLogin": false
}
},
"prod": {
"env": "production",
"firebase": {
"apiKey": "AIzaSyA1iXYGXS3cA0R_CRb2QB7gl1S104KJKHY",
"authDomain": "developer-insights.firebaseapp.com",
"databaseURL": "https://developer-insights.firebaseio.com",
"projectId": "developer-insights",
"storageBucket": "developer-insights.appspot.com"
},
"reduxFirebase": {
"userProfile": "users",
"enableLogging": false,
"updateProfileOnLogin": false
}
}
}
}
}