-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase-debug.log
99 lines (93 loc) · 9.32 KB
/
firebase-debug.log
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[debug] [2022-02-15T08:38:33.367Z] ----------------------------------------------------------------------
[debug] [2022-02-15T08:38:33.369Z] Command: /Users/moneeb/.nvm/versions/node/v16.13.0/bin/node /usr/local/bin/firebase init
[debug] [2022-02-15T08:38:33.369Z] CLI Version: 9.2.1
[debug] [2022-02-15T08:38:33.370Z] Platform: darwin
[debug] [2022-02-15T08:38:33.370Z] Node Version: v16.13.0
[debug] [2022-02-15T08:38:33.371Z] Time: Tue Feb 15 2022 10:38:33 GMT+0200 (Eastern European Standard Time)
[debug] [2022-02-15T08:38:33.371Z] ----------------------------------------------------------------------
[debug] [2022-02-15T08:38:33.371Z]
[debug] [2022-02-15T08:38:33.373Z] >>> [apiv2][query] GET https://firebase-public.firebaseio.com/cli.json [none]
[debug] [2022-02-15T08:38:33.392Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
[debug] [2022-02-15T08:38:33.392Z] > authorizing via signed-in user
[info]
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########
You're about to initialize a Firebase project in this directory:
/Users/moneeb/dev/hu-languages-club
[debug] [2022-02-15T08:38:34.454Z] <<< [apiv2][status] GET https://firebase-public.firebaseio.com/cli.json 200
[debug] [2022-02-15T08:38:34.454Z] <<< [apiv2][body] GET https://firebase-public.firebaseio.com/cli.json {"cloudBuildErrorAfter":1594252800000,"cloudBuildWarnAfter":1590019200000,"defaultNode10After":1594252800000,"minVersion":"3.0.5","node8DeploysDisabledAfter":1613390400000,"node8RuntimeDisabledAfter":1615809600000,"node8WarnAfter":1600128000000}
[info]
=== Project Setup
[info]
[info] First, let's associate this project directory with a Firebase project.
[info] You can create multiple project aliases by running firebase use --add,
[info] but for now we'll just set up a default project.
[info]
[debug] [2022-02-15T08:39:40.986Z] > refreshing access token with scopes: []
[debug] [2022-02-15T08:39:40.987Z] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token
<request body omitted>
[debug] [2022-02-15T08:39:41.209Z] <<< HTTP RESPONSE 400 {"date":"Tue, 15 Feb 2022 08:39:41 GMT","pragma":"no-cache","cache-control":"no-cache, no-store, max-age=0, must-revalidate","expires":"Mon, 01 Jan 1990 00:00:00 GMT","content-type":"application/json; charset=utf-8","vary":"X-Origin, Referer, Origin,Accept-Encoding","server":"scaffolding on HTTPServer2","x-xss-protection":"0","x-frame-options":"SAMEORIGIN","x-content-type-options":"nosniff","alt-svc":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"","accept-ranges":"none","transfer-encoding":"chunked"}
[debug] [2022-02-15T08:39:41.211Z] >>> [apiv2][query] GET https://firebase.googleapis.com/v1beta1/projects pageSize=100
[debug] [2022-02-15T08:39:41.431Z] <<< [apiv2][status] GET https://firebase.googleapis.com/v1beta1/projects 401
[debug] [2022-02-15T08:39:41.431Z] <<< [apiv2][body] GET https://firebase.googleapis.com/v1beta1/projects [omitted]
[debug] [2022-02-15T08:39:41.432Z] HTTP Error: 401, Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
[debug] [2022-02-15T08:39:41.638Z] FirebaseError: HTTP Error: 401, Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
at module.exports (/usr/local/lib/node_modules/firebase-tools/lib/responseToError.js:38:12)
at Client.doRequest (/usr/local/lib/node_modules/firebase-tools/lib/apiv2.js:220:23)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Client.request (/usr/local/lib/node_modules/firebase-tools/lib/apiv2.js:93:20)
at async getProjectPage (/usr/local/lib/node_modules/firebase-tools/lib/management/projects.js:232:17)
at async getFirebaseProjectPage (/usr/local/lib/node_modules/firebase-tools/lib/management/projects.js:249:23)
at async selectProjectInteractively (/usr/local/lib/node_modules/firebase-tools/lib/management/projects.js:95:41)
at async Object.doSetup [as project] (/usr/local/lib/node_modules/firebase-tools/lib/init/features/project.js:87:27)
at async init (/usr/local/lib/node_modules/firebase-tools/lib/init/index.js:19:9)
[error]
[error] Error: Failed to list Firebase projects. See firebase-debug.log for more info.
[debug] [2022-02-15T08:40:40.929Z] ----------------------------------------------------------------------
[debug] [2022-02-15T08:40:40.931Z] Command: /Users/moneeb/.nvm/versions/node/v16.13.0/bin/node /usr/local/bin/firebase init
[debug] [2022-02-15T08:40:40.932Z] CLI Version: 9.2.1
[debug] [2022-02-15T08:40:40.932Z] Platform: darwin
[debug] [2022-02-15T08:40:40.932Z] Node Version: v16.13.0
[debug] [2022-02-15T08:40:40.933Z] Time: Tue Feb 15 2022 10:40:40 GMT+0200 (Eastern European Standard Time)
[debug] [2022-02-15T08:40:40.934Z] ----------------------------------------------------------------------
[debug] [2022-02-15T08:40:40.934Z]
[debug] [2022-02-15T08:40:40.940Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
[debug] [2022-02-15T08:40:40.941Z] > authorizing via signed-in user
[info]
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########
You're about to initialize a Firebase project in this directory:
/Users/moneeb/dev/hu-languages-club
[info]
=== Project Setup
[info]
[info] First, let's associate this project directory with a Firebase project.
[info] You can create multiple project aliases by running firebase use --add,
[info] but for now we'll just set up a default project.
[info]
[debug] [2022-02-15T08:41:06.787Z] > refreshing access token with scopes: []
[debug] [2022-02-15T08:41:06.788Z] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token
<request body omitted>
[debug] [2022-02-15T08:41:07.020Z] <<< HTTP RESPONSE 400 {"expires":"Mon, 01 Jan 1990 00:00:00 GMT","cache-control":"no-cache, no-store, max-age=0, must-revalidate","pragma":"no-cache","date":"Tue, 15 Feb 2022 08:41:07 GMT","content-type":"application/json; charset=utf-8","vary":"X-Origin, Referer, Origin,Accept-Encoding","server":"scaffolding on HTTPServer2","x-xss-protection":"0","x-frame-options":"SAMEORIGIN","x-content-type-options":"nosniff","alt-svc":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"","accept-ranges":"none","transfer-encoding":"chunked"}
[debug] [2022-02-15T08:41:07.023Z] >>> [apiv2][query] GET https://firebase.googleapis.com/v1beta1/projects pageSize=100
[debug] [2022-02-15T08:41:07.237Z] <<< [apiv2][status] GET https://firebase.googleapis.com/v1beta1/projects 401
[debug] [2022-02-15T08:41:07.238Z] <<< [apiv2][body] GET https://firebase.googleapis.com/v1beta1/projects [omitted]
[debug] [2022-02-15T08:41:07.238Z] HTTP Error: 401, Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
[debug] [2022-02-15T08:41:07.437Z] FirebaseError: HTTP Error: 401, Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
at module.exports (/usr/local/lib/node_modules/firebase-tools/lib/responseToError.js:38:12)
at Client.doRequest (/usr/local/lib/node_modules/firebase-tools/lib/apiv2.js:220:23)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Client.request (/usr/local/lib/node_modules/firebase-tools/lib/apiv2.js:93:20)
at async getProjectPage (/usr/local/lib/node_modules/firebase-tools/lib/management/projects.js:232:17)
at async getFirebaseProjectPage (/usr/local/lib/node_modules/firebase-tools/lib/management/projects.js:249:23)
at async selectProjectInteractively (/usr/local/lib/node_modules/firebase-tools/lib/management/projects.js:95:41)
at async Object.doSetup [as project] (/usr/local/lib/node_modules/firebase-tools/lib/init/features/project.js:87:27)
at async init (/usr/local/lib/node_modules/firebase-tools/lib/init/index.js:19:9)
[error]
[error] Error: Failed to list Firebase projects. See firebase-debug.log for more info.