-
Notifications
You must be signed in to change notification settings - Fork 2
/
firebase-debug.log
47 lines (44 loc) · 4.09 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
[debug] [2023-11-05T12:56:20.415Z] ----------------------------------------------------------------------
[debug] [2023-11-05T12:56:20.417Z] Command: C:\Program Files\nodejs\node.exe C:\Users\Zen\AppData\Roaming\npm\node_modules\firebase-tools\lib\bin\firebase.js init
[debug] [2023-11-05T12:56:20.417Z] CLI Version: 12.8.0
[debug] [2023-11-05T12:56:20.418Z] Platform: win32
[debug] [2023-11-05T12:56:20.418Z] Node Version: v18.17.1
[debug] [2023-11-05T12:56:20.419Z] Time: Sun Nov 05 2023 18:26:20 GMT+0530 (India Standard Time)
[debug] [2023-11-05T12:56:20.419Z] ----------------------------------------------------------------------
[debug]
[debug] [2023-11-05T12:56:20.422Z] >>> [apiv2][query] GET https://firebase-public.firebaseio.com/cli.json [none]
[debug] [2023-11-05T12:56:20.464Z] > 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] [2023-11-05T12:56:20.464Z] > authorizing via signed-in user ([email protected])
[info]
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########
You're about to initialize a Firebase project in this directory:
C:\Users\Zen\Documents\projects\algobuddy\leetcode
[debug] [2023-11-05T12:56:21.346Z] <<< [apiv2][status] GET https://firebase-public.firebaseio.com/cli.json 200
[debug] [2023-11-05T12:56:21.347Z] <<< [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 If you want to create a project in a Google Cloud organization or folder, please use "firebase projects:create" instead, and return to this command when you've created the project.
[debug] [2023-11-05T12:57:47.611Z] > refreshing access token with scopes: []
[debug] [2023-11-05T12:57:47.614Z] >>> [apiv2][query] POST https://www.googleapis.com/oauth2/v3/token [none]
[debug] [2023-11-05T12:57:47.614Z] >>> [apiv2][body] POST https://www.googleapis.com/oauth2/v3/token [omitted]
[debug] [2023-11-05T12:57:48.083Z] <<< [apiv2][status] POST https://www.googleapis.com/oauth2/v3/token 200
[debug] [2023-11-05T12:57:48.083Z] <<< [apiv2][body] POST https://www.googleapis.com/oauth2/v3/token [omitted]
[debug] [2023-11-05T12:57:48.098Z] >>> [apiv2][query] POST https://cloudresourcemanager.googleapis.com/v1/projects [none]
[debug] [2023-11-05T12:57:48.098Z] >>> [apiv2][body] POST https://cloudresourcemanager.googleapis.com/v1/projects {"projectId":"leetclone","name":"leetclone"}
[debug] [2023-11-05T12:57:50.021Z] <<< [apiv2][status] POST https://cloudresourcemanager.googleapis.com/v1/projects 409
[debug] [2023-11-05T12:57:50.022Z] <<< [apiv2][body] POST https://cloudresourcemanager.googleapis.com/v1/projects {"error":{"code":409,"message":"Requested entity already exists","status":"ALREADY_EXISTS"}}
[debug] [2023-11-05T12:57:50.345Z] FirebaseError: HTTP Error: 409, Requested entity already exists
at responseToError (C:\Users\Zen\AppData\Roaming\npm\node_modules\firebase-tools\lib\responseToError.js:49:12)
at RetryOperation._fn (C:\Users\Zen\AppData\Roaming\npm\node_modules\firebase-tools\lib\apiv2.js:285:77)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[error]
[error] Error: Failed to create project because there is already a project with ID leetclone. Please try again with a unique project ID.