Skip to content

Instantly share code, notes, and snippets.

@joemsak
Last active April 3, 2018 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joemsak/5c3168c6148156163b0eb7beb1e9661e to your computer and use it in GitHub Desktop.
Save joemsak/5c3168c6148156163b0eb7beb1e9661e to your computer and use it in GitHub Desktop.
[debug] [2018-04-03T13:10:15.938Z] ----------------------------------------------------------------------
[debug] [2018-04-03T13:10:15.941Z] Command: /Users/joemsak/.asdf/installs/nodejs/9.9.0/bin/node /Users/joemsak/.asdf/installs/nodejs/9.9.0/.npm/bin/firebase auth:import db/export/accounts.json --hash-algo=BCRYPT --project technovation-ed789 --debug
[debug] [2018-04-03T13:10:15.942Z] CLI Version: 3.17.7
[debug] [2018-04-03T13:10:15.942Z] Platform: darwin
[debug] [2018-04-03T13:10:15.942Z] Node Version: v9.9.0
[debug] [2018-04-03T13:10:15.942Z] Time: Tue Apr 03 2018 08:10:15 GMT-0500 (CDT)
[debug] [2018-04-03T13:10:15.943Z] ----------------------------------------------------------------------
[debug]
[debug] [2018-04-03T13:10:15.951Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase"]
[debug] [2018-04-03T13:10:15.951Z] > authorizing via signed-in user
[debug] [2018-04-03T13:10:15.952Z] > refreshing access token with scopes: ["email","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","openid"]
[debug] [2018-04-03T13:10:15.953Z] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token
{ refresh_token: '1/2oN6z8dvaEHc2e4O2bO-DqG1vyLQgC6K04RFWqw72Sc',
client_id: '563584335869-fgrhgmd47bqnekij5i8b5pr03ho849e6.apps.googleusercontent.com',
client_secret: 'j9iVZfS8kkCEFUPaAeJV0sAi',
grant_type: 'refresh_token',
scope: 'email https://www.googleapis.com/auth/cloudplatformprojects.readonly https://www.googleapis.com/auth/firebase openid' }
Tue Apr 03 2018 08:10:15 GMT-0500 (CDT)
[debug] [2018-04-03T13:10:16.207Z] <<< HTTP RESPONSE 200
[debug] [2018-04-03T13:10:16.214Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/projects/technovation-ed789
Tue Apr 03 2018 08:10:16 GMT-0500 (CDT)
[debug] [2018-04-03T13:10:16.659Z] <<< HTTP RESPONSE 200
[debug] [2018-04-03T13:10:16.660Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/database/technovation-ed789/tokens
Tue Apr 03 2018 08:10:16 GMT-0500 (CDT)
[debug] [2018-04-03T13:10:17.069Z] <<< HTTP RESPONSE 200
[info] Processing db/export/accounts.json (502 bytes)
[info] Starting importing 1 account(s).
[debug] [2018-04-03T13:10:17.077Z] >>> HTTP REQUEST POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/uploadAccount
{ users:
[ { localId: '9da9f7c3-325a-4242-9fbd-98b28a8bf588',
email: 'joe+s@joesak.com',
emailVerified: true,
passwordHash: 'JDJhJDEwJE0zUkhTYW1HdW5GTVgublJONUdIbE9UV25pRVVjbDdYVWxPTUhTTU5QZFVBSlBEUExmRG1T',
displayName: 'TECHNOVATION STAFF TEST ACCOUNT',
photoUrl: 'https://my.technovationchallenge.org/assets/placeholders/avatars/23-885db7ab50d1d4041abbcef20c84e7800f5ddba80ba5764c31a34e806caf3195.svg',
createdAt: 1476921600000,
phoneNumber: '',
providerUserInfo: [],
lastLoginAt: 1521763200000 } ],
hashAlgorithm: 'BCRYPT',
targetProjectId: 'technovation-ed789' }
Tue Apr 03 2018 08:10:17 GMT-0500 (CDT)
[debug] [2018-04-03T13:10:19.124Z] <<< HTTP RESPONSE 200
[info] Encountered problems while importing accounts. Details:
[info]
[info] account={
"localId": "9da9f7c3-325a-4242-9fbd-98b28a8bf588",
"email": "joe+s@joesak.com",
"emailVerified": true,
"passwordHash": "JDJhJDEwJE0zUkhTYW1HdW5GTVgublJONUdIbE9UV25pRVVjbDdYVWxPTUhTTU5QZFVBSlBEUExmRG1T",
"displayName": "TECHNOVATION STAFF TEST ACCOUNT",
"photoUrl": "https://my.technovationchallenge.org/assets/placeholders/avatars/23-885db7ab50d1d4041abbcef20c84e7800f5ddba80ba5764c31a34e806caf3195.svg",
"createdAt": 1476921600000,
"phoneNumber": "",
"providerUserInfo": [],
"lastLoginAt": 1521763200000
}, reason=undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment