-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy path.yo-rc.json
24 lines (24 loc) · 842 Bytes
/
.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
{
"generator-react-firebase": {
"promptValues": {
"githubUser": "prescottprue",
"firebaseProjectId": "redux-firebasev3",
"firebaseKey": "AIzaSyCz8fdvlyeVpwz22bjuw-MEI3wckXhSx9s",
"includeRedux": true,
"includeFirestore": false,
"otherFeatures": [
"Continuous Integration config",
"Firebase Functions (with ESNext support)",
"Tests for UI (Cypress)",
"Firebase Analytics"
],
"messagingSenderId": "823357791673",
"firebasePublicVapidKey": "BJUvLhbfhXa7azobq9UVR58Xdhovnqo3RkcFgvj4Zz_ESHf2RSHn_zedUeNi1JHp6I8JcggnCW48HcOBemBy1Zg",
"ciProvider": "githubActions",
"measurementId": "G-62D5FVVQWZ",
"appId": "1:823357791673:web:819546ad651f4513e06a68",
"functionsTestTool": "jest",
"typescriptCloudFunctions": true
}
}
}