|
| 1 | +[debug] ---------------------------------------------------------------------- |
| 2 | +[debug] Command: /usr/local/bin/node /usr/local/bin/firebase init |
| 3 | +[debug] CLI Version: 3.5.0 |
| 4 | +[debug] Platform: linux |
| 5 | +[debug] Node Version: v7.6.0 |
| 6 | +[debug] Time: Thu Jun 15 2017 06:28:03 GMT-0700 (MST) |
| 7 | +[debug] ---------------------------------------------------------------------- |
| 8 | +[debug] |
| 9 | +[debug] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase"] |
| 10 | +[info] |
| 11 | + ######## #### ######## ######## ######## ### ###### ######## |
| 12 | + ## ## ## ## ## ## ## ## ## ## ## |
| 13 | + ###### ## ######## ###### ######## ######### ###### ###### |
| 14 | + ## ## ## ## ## ## ## ## ## ## ## |
| 15 | + ## #### ## ## ######## ######## ## ## ###### ######## |
| 16 | + |
| 17 | +You're about to initialize a Firebase project in this directory: |
| 18 | + |
| 19 | + /home/jeffd23/apps/firestarter |
| 20 | + |
| 21 | +Before we get started, keep in mind: |
| 22 | + |
| 23 | + * You are initializing in an existing Firebase project directory |
| 24 | + |
| 25 | +[info] |
| 26 | +=== Project Setup |
| 27 | +[info] |
| 28 | +[info] First, let's associate this project directory with a Firebase project. |
| 29 | +[info] You can create multiple project aliases by running firebase use --add, |
| 30 | +[info] but for now we'll just set up a default project. |
| 31 | +[info] |
| 32 | +[debug] > refreshing access token with scopes: ["email","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","openid"] |
| 33 | +[debug] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token { refresh_token: '1/2SaRBZwM6YRj7xy8mT8krZbeLshR9iOZ1GQYwXSHe4Q', |
| 34 | + client_id: '563584335869-fgrhgmd47bqnekij5i8b5pr03ho849e6.apps.googleusercontent.com', |
| 35 | + client_secret: 'j9iVZfS8kkCEFUPaAeJV0sAi', |
| 36 | + grant_type: 'refresh_token', |
| 37 | + scope: 'email https://www.googleapis.com/auth/cloudplatformprojects.readonly https://www.googleapis.com/auth/firebase openid' } |
| 38 | + Thu Jun 15 2017 06:28:06 GMT-0700 (MST) |
| 39 | +[debug] <<< HTTP RESPONSE 200 |
| 40 | +[debug] >>> HTTP REQUEST GET https://admin.firebase.com/v1/projects |
| 41 | + Thu Jun 15 2017 06:28:07 GMT-0700 (MST) |
| 42 | +[debug] <<< HTTP RESPONSE 200 |
| 43 | +[info] i .firebaserc already has a default project, skipping |
| 44 | +[info] |
| 45 | +=== Database Setup |
| 46 | +[info] |
| 47 | +[info] Firebase Realtime Database Rules allow you to define how your data should be |
| 48 | +[info] structured and when your data can be read from and written to. |
| 49 | +[info] |
0 commit comments