-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase-debug.log
More file actions
54 lines (49 loc) · 4.88 KB
/
Copy pathfirebase-debug.log
File metadata and controls
54 lines (49 loc) · 4.88 KB
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
[debug] [2022-04-16T00:19:49.174Z] ----------------------------------------------------------------------
[debug] [2022-04-16T00:19:49.179Z] Command: C:\Program Files\nodejs\node.exe C:\Users\Dell\AppData\Roaming\npm\node_modules\firebase-tools\lib\bin\firebase.js init
[debug] [2022-04-16T00:19:49.179Z] CLI Version: 9.23.0
[debug] [2022-04-16T00:19:49.179Z] Platform: win32
[debug] [2022-04-16T00:19:49.179Z] Node Version: v12.22.1
[debug] [2022-04-16T00:19:49.190Z] Time: Sat Apr 16 2022 05:49:49 GMT+0530 (India Standard Time)
[debug] [2022-04-16T00:19:49.190Z] ----------------------------------------------------------------------
[debug]
[debug] [2022-04-16T00:19:49.196Z] >>> [apiv2][query] GET https://firebase-public.firebaseio.com/cli.json [none]
[debug] [2022-04-16T00:19:49.349Z] > 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-04-16T00:19:49.350Z] > authorizing via signed-in user (lohiya.piyush04@gmail.com)
[info]
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########
You're about to initialize a Firebase project in this directory:
D:\reactproject\Evodora
Before we get started, keep in mind:
* You are initializing within an existing Firebase project directory
[debug] [2022-04-16T00:19:50.690Z] <<< [apiv2][status] GET https://firebase-public.firebaseio.com/cli.json 200
[debug] [2022-04-16T00:19:50.691Z] <<< [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]
[info] i .firebaserc already has a default project, using instagram-dark.
[debug] [2022-04-16T00:20:09.870Z] > refreshing access token with scopes: []
[debug] [2022-04-16T00:20:09.871Z] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token
<request body omitted>
[debug] [2022-04-16T00:20:10.408Z] <<< HTTP RESPONSE 200 {"pragma":"no-cache","date":"Sat, 16 Apr 2022 00:20:24 GMT","expires":"Mon, 01 Jan 1990 00:00:00 GMT","cache-control":"no-cache, no-store, max-age=0, must-revalidate","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-04-16T00:20:10.424Z] >>> [apiv2][query] GET https://firebase.googleapis.com/v1beta1/projects/instagram-dark [none]
[debug] [2022-04-16T00:20:11.470Z] <<< [apiv2][status] GET https://firebase.googleapis.com/v1beta1/projects/instagram-dark 403
[debug] [2022-04-16T00:20:11.470Z] <<< [apiv2][body] GET https://firebase.googleapis.com/v1beta1/projects/instagram-dark {"error":{"code":403,"message":"The caller does not have permission","status":"PERMISSION_DENIED"}}
[debug] [2022-04-16T00:20:11.471Z] HTTP Error: 403, The caller does not have permission
[debug] [2022-04-16T00:20:11.906Z] FirebaseError: HTTP Error: 403, The caller does not have permission
at module.exports (C:\Users\Dell\AppData\Roaming\npm\node_modules\firebase-tools\lib\responseToError.js:38:12)
at Client.doRequest (C:\Users\Dell\AppData\Roaming\npm\node_modules\firebase-tools\lib\apiv2.js:241:23)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async Client.request (C:\Users\Dell\AppData\Roaming\npm\node_modules\firebase-tools\lib\apiv2.js:96:20)
at async Object.getFirebaseProject (C:\Users\Dell\AppData\Roaming\npm\node_modules\firebase-tools\lib\management\projects.js:290:21)
at async Object.doSetup [as project] (C:\Users\Dell\AppData\Roaming\npm\node_modules\firebase-tools\lib\init\features\project.js:77:27)
at async init (C:\Users\Dell\AppData\Roaming\npm\node_modules\firebase-tools\lib\init\index.js:19:9)
[error]
[error] Error: Failed to get Firebase project instagram-dark. Please make sure the project exists and your account has permission to access it.