-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase-debug.log
More file actions
246 lines (233 loc) · 28.5 KB
/
firebase-debug.log
File metadata and controls
246 lines (233 loc) · 28.5 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
[debug] [2024-04-08T01:21:20.231Z] ----------------------------------------------------------------------
[debug] [2024-04-08T01:21:20.235Z] Command: C:\Program Files\nodejs\node.exe C:\Users\Worky\AppData\Roaming\npm\node_modules\firebase-tools\lib\bin\firebase.js init
[debug] [2024-04-08T01:21:20.236Z] CLI Version: 13.7.1
[debug] [2024-04-08T01:21:20.236Z] Platform: win32
[debug] [2024-04-08T01:21:20.237Z] Node Version: v21.7.2
[debug] [2024-04-08T01:21:20.237Z] Time: Sun Apr 07 2024 21:21:20 GMT-0400 (Eastern Daylight Time)
[debug] [2024-04-08T01:21:20.237Z] ----------------------------------------------------------------------
[debug]
[debug] [2024-04-08T01:21:20.250Z] > 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] [2024-04-08T01:21:20.251Z] > authorizing via signed-in user (ananalabinfowayne@gmail.com)
[info]
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########
You're about to initialize a Firebase project in this directory:
C:\DEV\OrderingSystem
Before we get started, keep in mind:
* You are currently outside your home directory
[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] [2024-04-08T01:21:32.292Z] >>> [apiv2][query] GET https://firebase.googleapis.com/v1beta1/projects pageSize=100
[debug] [2024-04-08T01:21:33.124Z] <<< [apiv2][status] GET https://firebase.googleapis.com/v1beta1/projects 200
[debug] [2024-04-08T01:21:33.124Z] <<< [apiv2][body] GET https://firebase.googleapis.com/v1beta1/projects [omitted]
[info] i Using project unique-delivery-app (unique-delivery-app)
[info]
=== Database Setup
[info] i database: ensuring required API firebasedatabase.googleapis.com is enabled...
[debug] [2024-04-08T01:21:45.689Z] >>> [apiv2][query] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firebasedatabase.googleapis.com [none]
[debug] [2024-04-08T01:21:45.689Z] >>> [apiv2][(partial)header] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firebasedatabase.googleapis.com x-goog-quota-user=projects/unique-delivery-app
[debug] [2024-04-08T01:21:47.780Z] <<< [apiv2][status] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firebasedatabase.googleapis.com 200
[debug] [2024-04-08T01:21:47.780Z] <<< [apiv2][body] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firebasedatabase.googleapis.com [omitted]
[info] + database: required API firebasedatabase.googleapis.com is enabled
[info]
[debug] [2024-04-08T01:21:47.782Z] >>> [apiv2][query] GET https://firebasedatabase.googleapis.com/v1beta/projects/unique-delivery-app/locations/-/instances/unique-delivery-app-default-rtdb [none]
[debug] [2024-04-08T01:21:49.862Z] <<< [apiv2][status] GET https://firebasedatabase.googleapis.com/v1beta/projects/unique-delivery-app/locations/-/instances/unique-delivery-app-default-rtdb 200
[debug] [2024-04-08T01:21:49.863Z] <<< [apiv2][body] GET https://firebasedatabase.googleapis.com/v1beta/projects/unique-delivery-app/locations/-/instances/unique-delivery-app-default-rtdb {"name":"projects/1019416037182/locations/us-central1/instances/unique-delivery-app-default-rtdb","project":"projects/1019416037182","databaseUrl":"https://unique-delivery-app-default-rtdb.firebaseio.com","type":"DEFAULT_DATABASE","state":"ACTIVE"}
[info]
[info] Firebase Realtime Database Security Rules allow you to define how your data should be
[info] structured and when your data can be read from and written to.
[info]
[debug] [2024-04-08T01:22:38.656Z] >>> [apiv2][query] GET https://unique-delivery-app-default-rtdb.firebaseio.com/.settings/rules.json [none]
[debug] [2024-04-08T01:22:39.321Z] <<< [apiv2][status] GET https://unique-delivery-app-default-rtdb.firebaseio.com/.settings/rules.json 200
[debug] [2024-04-08T01:22:39.321Z] <<< [apiv2][body] GET https://unique-delivery-app-default-rtdb.firebaseio.com/.settings/rules.json [stream]
[debug] [2024-04-08T01:22:39.761Z] Error: ENOENT: no such file or directory, open 'C:\DEV\OrderingSystem\ '
at Object.writeFileSync (node:fs:2342:20)
at Object.createFileSync (C:\Users\Worky\AppData\Roaming\npm\node_modules\firebase-tools\node_modules\fs-extra\lib\ensure\file.js:63:6)
at Config.writeProjectFile (C:\Users\Worky\AppData\Roaming\npm\node_modules\firebase-tools\lib\config.js:154:12)
at writeDBRules (C:\Users\Worky\AppData\Roaming\npm\node_modules\firebase-tools\lib\init\features\database.js:34:12)
at doSetup (C:\Users\Worky\AppData\Roaming\npm\node_modules\firebase-tools\lib\init\features\database.js:124:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async init (C:\Users\Worky\AppData\Roaming\npm\node_modules\firebase-tools\lib\init\index.js:37:9)
[error]
[error] Error: An unexpected error has occurred.
[debug] [2024-04-08T01:22:46.909Z] ----------------------------------------------------------------------
[debug] [2024-04-08T01:22:46.915Z] Command: C:\Program Files\nodejs\node.exe C:\Users\Worky\AppData\Roaming\npm\node_modules\firebase-tools\lib\bin\firebase.js init
[debug] [2024-04-08T01:22:46.915Z] CLI Version: 13.7.1
[debug] [2024-04-08T01:22:46.916Z] Platform: win32
[debug] [2024-04-08T01:22:46.916Z] Node Version: v21.7.2
[debug] [2024-04-08T01:22:46.916Z] Time: Sun Apr 07 2024 21:22:46 GMT-0400 (Eastern Daylight Time)
[debug] [2024-04-08T01:22:46.917Z] ----------------------------------------------------------------------
[debug]
[debug] [2024-04-08T01:22:46.930Z] > 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] [2024-04-08T01:22:46.931Z] > authorizing via signed-in user (ananalabinfowayne@gmail.com)
[info]
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########
You're about to initialize a Firebase project in this directory:
C:\DEV\OrderingSystem
Before we get started, keep in mind:
* You are currently outside your home directory
[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] [2024-04-08T01:22:53.266Z] >>> [apiv2][query] GET https://firebase.googleapis.com/v1beta1/projects pageSize=100
[debug] [2024-04-08T01:22:54.080Z] <<< [apiv2][status] GET https://firebase.googleapis.com/v1beta1/projects 200
[debug] [2024-04-08T01:22:54.080Z] <<< [apiv2][body] GET https://firebase.googleapis.com/v1beta1/projects [omitted]
[info] i Using project unique-delivery-app (unique-delivery-app)
[info]
=== Database Setup
[info] i database: ensuring required API firebasedatabase.googleapis.com is enabled...
[debug] [2024-04-08T01:22:55.080Z] >>> [apiv2][query] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firebasedatabase.googleapis.com [none]
[debug] [2024-04-08T01:22:55.080Z] >>> [apiv2][(partial)header] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firebasedatabase.googleapis.com x-goog-quota-user=projects/unique-delivery-app
[debug] [2024-04-08T01:22:56.915Z] <<< [apiv2][status] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firebasedatabase.googleapis.com 200
[debug] [2024-04-08T01:22:56.915Z] <<< [apiv2][body] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firebasedatabase.googleapis.com [omitted]
[info] + database: required API firebasedatabase.googleapis.com is enabled
[info]
[debug] [2024-04-08T01:22:56.917Z] >>> [apiv2][query] GET https://firebasedatabase.googleapis.com/v1beta/projects/unique-delivery-app/locations/-/instances/unique-delivery-app-default-rtdb [none]
[debug] [2024-04-08T01:22:58.632Z] <<< [apiv2][status] GET https://firebasedatabase.googleapis.com/v1beta/projects/unique-delivery-app/locations/-/instances/unique-delivery-app-default-rtdb 200
[debug] [2024-04-08T01:22:58.632Z] <<< [apiv2][body] GET https://firebasedatabase.googleapis.com/v1beta/projects/unique-delivery-app/locations/-/instances/unique-delivery-app-default-rtdb {"name":"projects/1019416037182/locations/us-central1/instances/unique-delivery-app-default-rtdb","project":"projects/1019416037182","databaseUrl":"https://unique-delivery-app-default-rtdb.firebaseio.com","type":"DEFAULT_DATABASE","state":"ACTIVE"}
[info]
[info] Firebase Realtime Database Security Rules allow you to define how your data should be
[info] structured and when your data can be read from and written to.
[info]
[debug] [2024-04-08T01:22:59.887Z] >>> [apiv2][query] GET https://unique-delivery-app-default-rtdb.firebaseio.com/.settings/rules.json [none]
[debug] [2024-04-08T01:23:00.470Z] <<< [apiv2][status] GET https://unique-delivery-app-default-rtdb.firebaseio.com/.settings/rules.json 200
[debug] [2024-04-08T01:23:00.470Z] <<< [apiv2][body] GET https://unique-delivery-app-default-rtdb.firebaseio.com/.settings/rules.json [stream]
[info] + Database Rules for unique-delivery-app-default-rtdb have been written to database.rules.json.
[info] Future modifications to database.rules.json will update Realtime Database Security Rules when you run
[info] firebase deploy.
[info]
=== Firestore Setup
[debug] [2024-04-08T01:23:00.476Z] >>> [apiv2][query] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firestore.googleapis.com [none]
[debug] [2024-04-08T01:23:00.476Z] >>> [apiv2][(partial)header] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firestore.googleapis.com x-goog-quota-user=projects/unique-delivery-app
[debug] [2024-04-08T01:23:02.095Z] <<< [apiv2][status] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firestore.googleapis.com 200
[debug] [2024-04-08T01:23:02.095Z] <<< [apiv2][body] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/firestore.googleapis.com [omitted]
[debug] [2024-04-08T01:23:02.096Z] >>> [apiv2][query] GET https://firestore.googleapis.com/v1/projects/unique-delivery-app/databases/(default) [none]
[debug] [2024-04-08T01:23:03.982Z] <<< [apiv2][status] GET https://firestore.googleapis.com/v1/projects/unique-delivery-app/databases/(default) 200
[debug] [2024-04-08T01:23:03.982Z] <<< [apiv2][body] GET https://firestore.googleapis.com/v1/projects/unique-delivery-app/databases/(default) {"name":"projects/unique-delivery-app/databases/(default)","uid":"9247dec1-9da6-44e0-8e80-fb48e41e0fab","createTime":"2024-03-30T01:12:12.453962Z","updateTime":"2024-03-30T01:12:12.453962Z","locationId":"nam5","type":"FIRESTORE_NATIVE","concurrencyMode":"PESSIMISTIC","versionRetentionPeriod":"3600s","earliestVersionTime":"2024-04-08T00:23:03.934470Z","appEngineIntegrationMode":"DISABLED","keyPrefix":"s","pointInTimeRecoveryEnablement":"POINT_IN_TIME_RECOVERY_DISABLED","deleteProtectionState":"DELETE_PROTECTION_DISABLED","etag":"IITXkq26sYUDMPzQkrvnmoUD"}
[debug] [2024-04-08T01:23:03.982Z] database_type: FIRESTORE_NATIVE
[debug] [2024-04-08T01:23:03.982Z] > 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] [2024-04-08T01:23:03.983Z] > authorizing via signed-in user (ananalabinfowayne@gmail.com)
[debug] [2024-04-08T01:23:03.983Z] [iam] checking project unique-delivery-app for permissions ["firebase.projects.get"]
[debug] [2024-04-08T01:23:03.983Z] >>> [apiv2][query] POST https://cloudresourcemanager.googleapis.com/v1/projects/unique-delivery-app:testIamPermissions [none]
[debug] [2024-04-08T01:23:03.984Z] >>> [apiv2][(partial)header] POST https://cloudresourcemanager.googleapis.com/v1/projects/unique-delivery-app:testIamPermissions x-goog-quota-user=projects/unique-delivery-app
[debug] [2024-04-08T01:23:03.984Z] >>> [apiv2][body] POST https://cloudresourcemanager.googleapis.com/v1/projects/unique-delivery-app:testIamPermissions {"permissions":["firebase.projects.get"]}
[debug] [2024-04-08T01:23:05.895Z] <<< [apiv2][status] POST https://cloudresourcemanager.googleapis.com/v1/projects/unique-delivery-app:testIamPermissions 200
[debug] [2024-04-08T01:23:05.896Z] <<< [apiv2][body] POST https://cloudresourcemanager.googleapis.com/v1/projects/unique-delivery-app:testIamPermissions {"permissions":["firebase.projects.get"]}
[info]
[info] Firestore Security Rules allow you to define how and when to allow
[info] requests. You can keep these rules in your project directory
[info] and publish them with firebase deploy.
[info]
[debug] [2024-04-08T01:23:08.287Z] >>> [apiv2][query] GET https://firebaserules.googleapis.com/v1/projects/unique-delivery-app/releases pageSize=10&pageToken=
[debug] [2024-04-08T01:23:09.537Z] <<< [apiv2][status] GET https://firebaserules.googleapis.com/v1/projects/unique-delivery-app/releases 200
[debug] [2024-04-08T01:23:09.537Z] <<< [apiv2][body] GET https://firebaserules.googleapis.com/v1/projects/unique-delivery-app/releases {"releases":[{"name":"projects/unique-delivery-app/releases/cloud.firestore","rulesetName":"projects/unique-delivery-app/rulesets/93dd5570-1480-4324-881f-987ee06ec451","createTime":"2024-04-08T01:11:59.373898Z","updateTime":"2024-04-08T01:11:59.373898Z"},{"name":"projects/unique-delivery-app/releases/firebase.storage/unique-delivery-app.appspot.com","rulesetName":"projects/unique-delivery-app/rulesets/7f74f4b1-fed1-45e9-a655-c658c767f62e","createTime":"2024-04-08T01:00:36.392983Z","updateTime":"2024-04-08T01:03:54.031122Z"}]}
[debug] [2024-04-08T01:23:09.538Z] Found ruleset: projects/unique-delivery-app/rulesets/93dd5570-1480-4324-881f-987ee06ec451
[debug] [2024-04-08T01:23:09.538Z] >>> [apiv2][query] GET https://firebaserules.googleapis.com/v1/projects/unique-delivery-app/rulesets/93dd5570-1480-4324-881f-987ee06ec451 [none]
[debug] [2024-04-08T01:23:10.369Z] <<< [apiv2][status] GET https://firebaserules.googleapis.com/v1/projects/unique-delivery-app/rulesets/93dd5570-1480-4324-881f-987ee06ec451 200
[debug] [2024-04-08T01:23:10.369Z] <<< [apiv2][body] GET https://firebaserules.googleapis.com/v1/projects/unique-delivery-app/rulesets/93dd5570-1480-4324-881f-987ee06ec451 [omitted]
[info]
[info] Firestore indexes allow you to perform complex queries while
[info] maintaining performance that scales with the size of the result
[info] set. You can keep index definitions in your project directory
[info] and publish them with firebase deploy.
[info]
[debug] [2024-04-08T01:23:12.768Z] >>> [apiv2][query] GET https://firestore.googleapis.com/v1/projects/unique-delivery-app/databases/(default)/collectionGroups/-/indexes [none]
[debug] [2024-04-08T01:23:12.772Z] >>> [apiv2][query] GET https://firestore.googleapis.com/v1/projects/unique-delivery-app/databases/(default)/collectionGroups/-/fields?filter=indexConfig.usesAncestorConfig=false OR ttlConfig:* [none]
[debug] [2024-04-08T01:23:14.587Z] <<< [apiv2][status] GET https://firestore.googleapis.com/v1/projects/unique-delivery-app/databases/(default)/collectionGroups/-/indexes 200
[debug] [2024-04-08T01:23:14.587Z] <<< [apiv2][body] GET https://firestore.googleapis.com/v1/projects/unique-delivery-app/databases/(default)/collectionGroups/-/indexes {}
[debug] [2024-04-08T01:23:14.588Z] <<< [apiv2][status] GET https://firestore.googleapis.com/v1/projects/unique-delivery-app/databases/(default)/collectionGroups/-/fields?filter=indexConfig.usesAncestorConfig=false OR ttlConfig:* 200
[debug] [2024-04-08T01:23:14.589Z] <<< [apiv2][body] GET https://firestore.googleapis.com/v1/projects/unique-delivery-app/databases/(default)/collectionGroups/-/fields?filter=indexConfig.usesAncestorConfig=false OR ttlConfig:* {"fields":[{"name":"projects/unique-delivery-app/databases/(default)/collectionGroups/__default__/fields/*","indexConfig":{"indexes":[{"queryScope":"COLLECTION","fields":[{"fieldPath":"*","order":"ASCENDING"}],"state":"READY"},{"queryScope":"COLLECTION","fields":[{"fieldPath":"*","order":"DESCENDING"}],"state":"READY"},{"queryScope":"COLLECTION","fields":[{"fieldPath":"*","arrayConfig":"CONTAINS"}],"state":"READY"}]}}]}
[info]
=== Functions Setup
[debug] [2024-04-08T01:23:14.591Z] > 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] [2024-04-08T01:23:14.592Z] > authorizing via signed-in user (ananalabinfowayne@gmail.com)
[debug] [2024-04-08T01:23:14.592Z] [iam] checking project unique-delivery-app for permissions ["firebase.projects.get"]
[debug] [2024-04-08T01:23:14.592Z] >>> [apiv2][query] POST https://cloudresourcemanager.googleapis.com/v1/projects/unique-delivery-app:testIamPermissions [none]
[debug] [2024-04-08T01:23:14.593Z] >>> [apiv2][(partial)header] POST https://cloudresourcemanager.googleapis.com/v1/projects/unique-delivery-app:testIamPermissions x-goog-quota-user=projects/unique-delivery-app
[debug] [2024-04-08T01:23:14.593Z] >>> [apiv2][body] POST https://cloudresourcemanager.googleapis.com/v1/projects/unique-delivery-app:testIamPermissions {"permissions":["firebase.projects.get"]}
[debug] [2024-04-08T01:23:16.227Z] <<< [apiv2][status] POST https://cloudresourcemanager.googleapis.com/v1/projects/unique-delivery-app:testIamPermissions 200
[debug] [2024-04-08T01:23:16.227Z] <<< [apiv2][body] POST https://cloudresourcemanager.googleapis.com/v1/projects/unique-delivery-app:testIamPermissions {"permissions":["firebase.projects.get"]}
[debug] [2024-04-08T01:23:16.227Z] >>> [apiv2][query] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com [none]
[debug] [2024-04-08T01:23:16.227Z] >>> [apiv2][(partial)header] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com x-goog-quota-user=projects/unique-delivery-app
[debug] [2024-04-08T01:23:16.230Z] >>> [apiv2][query] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/runtimeconfig.googleapis.com [none]
[debug] [2024-04-08T01:23:16.230Z] >>> [apiv2][(partial)header] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/runtimeconfig.googleapis.com x-goog-quota-user=projects/unique-delivery-app
[debug] [2024-04-08T01:23:18.017Z] <<< [apiv2][status] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/runtimeconfig.googleapis.com 200
[debug] [2024-04-08T01:23:18.018Z] <<< [apiv2][body] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/runtimeconfig.googleapis.com [omitted]
[debug] [2024-04-08T01:23:18.135Z] <<< [apiv2][status] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com 200
[debug] [2024-04-08T01:23:18.135Z] <<< [apiv2][body] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com [omitted]
[debug] [2024-04-08T01:23:18.136Z] >>> [apiv2][query] POST https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com:enable [none]
[debug] [2024-04-08T01:23:18.136Z] >>> [apiv2][(partial)header] POST https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com:enable x-goog-quota-user=projects/unique-delivery-app
[debug] [2024-04-08T01:23:20.362Z] <<< [apiv2][status] POST https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com:enable 200
[debug] [2024-04-08T01:23:20.362Z] <<< [apiv2][body] POST https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com:enable [omitted]
[debug] [2024-04-08T01:23:30.366Z] >>> [apiv2][query] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com [none]
[debug] [2024-04-08T01:23:30.366Z] >>> [apiv2][(partial)header] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com x-goog-quota-user=projects/unique-delivery-app
[debug] [2024-04-08T01:23:32.169Z] <<< [apiv2][status] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com 200
[debug] [2024-04-08T01:23:32.169Z] <<< [apiv2][body] GET https://serviceusage.googleapis.com/v1/projects/unique-delivery-app/services/cloudfunctions.googleapis.com [omitted]
[info] Let's create a new codebase for your functions.
[info] A directory corresponding to the codebase will be created in your project
[info] with sample code pre-configured.
[info] See https://firebase.google.com/docs/functions/organize-functions for
[info] more information on organizing your functions using codebases.
[info] Functions can be deployed with firebase deploy.
[info] + Wrote functions/package.json
[info] + Wrote functions/.eslintrc.js
[info] + Wrote functions/index.js
[info] + Wrote functions/.gitignore
[info]
=== Hosting Setup
[debug] [2024-04-08T01:26:49.847Z] >>> [apiv2][query] GET https://firebase.googleapis.com/v1beta1/projects/unique-delivery-app [none]
[debug] [2024-04-08T01:26:50.496Z] <<< [apiv2][status] GET https://firebase.googleapis.com/v1beta1/projects/unique-delivery-app 200
[debug] [2024-04-08T01:26:50.497Z] <<< [apiv2][body] GET https://firebase.googleapis.com/v1beta1/projects/unique-delivery-app {"projectId":"unique-delivery-app","projectNumber":"1019416037182","displayName":"unique-delivery-app","name":"projects/unique-delivery-app","resources":{"hostingSite":"unique-delivery-app","realtimeDatabaseInstance":"unique-delivery-app-default-rtdb","storageBucket":"unique-delivery-app.appspot.com","locationId":"us-central"},"state":"ACTIVE","etag":"1_2b68ca72-88ed-4595-8bb7-bb8674c16d88"}
[info]
[info] Your public directory is the folder (relative to your project directory) that
[info] will contain Hosting assets to be uploaded with firebase deploy. If you
[info] have a build process for your assets, use your build's output directory.
[info]
[debug] [2024-04-08T01:27:26.538Z] >>> [apiv2][query] GET https://www.gstatic.com/firebasejs/releases.json [none]
[debug] [2024-04-08T01:27:26.962Z] <<< [apiv2][status] GET https://www.gstatic.com/firebasejs/releases.json 200
[debug] [2024-04-08T01:27:26.962Z] <<< [apiv2][body] GET https://www.gstatic.com/firebasejs/releases.json {"current":{"version":"10.10.0","browserURL":"https://www.gstatic.com/firebasejs/10.10.0/firebase.js","packageURL":"https://www.gstatic.com/firebasejs/10.10.0/firebase.tgz"},"live":{"version":"10.10","browserURL":"https://www.gstatic.com/firebasejs/live/10.10/firebase.js","packageURL":"https://www.gstatic.com/firebasejs/live/10.10/firebase.tgz"},"components":{"analytics":"https://www.gstatic.com/firebasejs/10.10.0/firebase-analytics.js","app":"https://www.gstatic.com/firebasejs/10.10.0/firebase-app.js","app-check":"https://www.gstatic.com/firebasejs/10.10.0/firebase-app-check.js","auth":"https://www.gstatic.com/firebasejs/10.10.0/firebase-auth.js","auth/cordova":"https://www.gstatic.com/firebasejs/10.10.0/firebase-auth/cordova.js","auth/web-extension":"https://www.gstatic.com/firebasejs/10.10.0/firebase-auth/web-extension.js","functions":"https://www.gstatic.com/firebasejs/10.10.0/firebase-functions.js","firestore":"https://www.gstatic.com/firebasejs/10.10.0/firebase-firestore.js","firestore/lite":"https://www.gstatic.com/firebasejs/10.10.0/firebase-firestore/lite.js","installations":"https://www.gstatic.com/firebasejs/10.10.0/firebase-installations.js","storage":"https://www.gstatic.com/firebasejs/10.10.0/firebase-storage.js","performance":"https://www.gstatic.com/firebasejs/10.10.0/firebase-performance.js","remote-config":"https://www.gstatic.com/firebasejs/10.10.0/firebase-remote-config.js","messaging":"https://www.gstatic.com/firebasejs/10.10.0/firebase-messaging.js","messaging/sw":"https://www.gstatic.com/firebasejs/10.10.0/firebase-messaging/sw.js","database":"https://www.gstatic.com/firebasejs/10.10.0/firebase-database.js","firestore.memory":"https://www.gstatic.com/firebasejs/10.10.0/firebase-firestore.memory.js"}}
[info] + Wrote public/index.html
[info]
[info] i Didn't detect a .git folder. Assuming C:\DEV\OrderingSystem is the project root.
[info] i Authorizing with GitHub to upload your service account to a GitHub repository's secrets store.
[info]
[info] Visit this URL on this device to log in:
[info] https://github.com/login/oauth/authorize?client_id=89cf50f02ac6aaed3484&state=754135707&redirect_uri=http%3A%2F%2Flocalhost%3A9005&scope=read%3Auser%20repo%20public_repo
[info]
[info] Waiting for authentication...
[debug] [2024-04-08T01:27:37.535Z] >>> [apiv2][query] POST https://github.com/login/oauth/access_token [none]
[debug] [2024-04-08T01:27:37.536Z] >>> [apiv2][body] POST https://github.com/login/oauth/access_token [stream]
[debug] [2024-04-08T01:27:37.972Z] <<< [apiv2][status] POST https://github.com/login/oauth/access_token 200
[debug] [2024-04-08T01:27:37.972Z] <<< [apiv2][body] POST https://github.com/login/oauth/access_token {"access_token":"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","token_type":"bearer","scope":"read:user,repo"}
[debug] [2024-04-08T01:27:37.979Z] >>> [apiv2][query] GET https://api.github.com/user [none]
[debug] [2024-04-08T01:27:38.398Z] <<< [apiv2][status] GET https://api.github.com/user 200
[debug] [2024-04-08T01:27:38.398Z] <<< [apiv2][body] GET https://api.github.com/user {"login":"d3vv3r","id":161980383,"node_id":"U_kgDOCaef3w","avatar_url":"https://avatars.githubusercontent.com/u/161980383?v=4","gravatar_id":"","url":"https://api.github.com/users/d3vv3r","html_url":"https://github.com/d3vv3r","followers_url":"https://api.github.com/users/d3vv3r/followers","following_url":"https://api.github.com/users/d3vv3r/following{/other_user}","gists_url":"https://api.github.com/users/d3vv3r/gists{/gist_id}","starred_url":"https://api.github.com/users/d3vv3r/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/d3vv3r/subscriptions","organizations_url":"https://api.github.com/users/d3vv3r/orgs","repos_url":"https://api.github.com/users/d3vv3r/repos","events_url":"https://api.github.com/users/d3vv3r/events{/privacy}","received_events_url":"https://api.github.com/users/d3vv3r/received_events","type":"User","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":1,"public_gists":0,"followers":0,"following":0,"created_at":"2024-03-02T22:01:06Z","updated_at":"2024-04-07T23:21:05Z","private_gists":0,"total_private_repos":0,"owned_private_repos":0,"disk_usage":2763,"collaborators":0,"two_factor_authentication":false,"plan":{"name":"free","space":976562499,"collaborators":0,"private_repos":10000}}
[info]
[info] + Success! Logged into GitHub as d3vv3r
[info]
[debug] [2024-04-08T01:27:54.937Z] >>> [apiv2][query] GET https://api.github.com/repos//actions/secrets/public-key type=owner
[debug] [2024-04-08T01:27:55.269Z] <<< [apiv2][status] GET https://api.github.com/repos//actions/secrets/public-key 404
[debug] [2024-04-08T01:27:55.269Z] <<< [apiv2][body] GET https://api.github.com/repos//actions/secrets/public-key {"message":"Not Found","documentation_url":"https://docs.github.com/rest"}
[info]
[info]
[error] ! The provided authorization cannot be used with this repository. If this repository is in an organization, did you remember to grant access?
[info]
[info] i Action required: Visit this URL to ensure access has been granted to the appropriate organization(s) for the Firebase CLI GitHub OAuth App:
[info] https://github.com/settings/connections/applications/89cf50f02ac6aaed3484
[info]