-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.yo-rc.json
29 lines (29 loc) · 1.02 KB
/
.yo-rc.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
{
"generator-react-firebase": {
"promptValues": {
"githubUser": "agentmilindu",
"firebaseName": "e-pola",
"firebaseKey": "AIzaSyBMrZtNO-Cm6txhVT1jiuUO4b6CXD49wqU",
"includeRedux": true,
"includeFirestore": true,
"otherFeatures": [
"Continuous Integration config",
"Firebase Cloud Messaging",
"Firebase Functions (with ESNext support)",
"Tests for Firebase Functions (Mocha + Chai)",
"Tests for React Components (Jest)",
"Tests for UI (Cypress)",
"Firebase Analytics",
"Segment.io Analytics",
"Error Tracking (Sentry.io)",
"Client Side Error Reporting (Stackdriver)"
],
"messagingSenderId": "603781866835",
"measurementId": "G-T1ZELGH0G6",
"appId": "1:603781866835:web:9b49a45849b896ec506da6",
"firebasePublicVapidKey": "BFU2jA7F_knslLUEFWeEfBd-_kiTtm8OsC0ms__OHDENnpbEP4jVhSH0z-7G0Ap_9a5HFVyvfgwDTC_8eC1bhcc",
"ciProvider": "githubActions",
"deployTo": "firebase"
}
}
}