ultimate-jekyll-manager 0.0.142 → 0.0.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/css/core/_lazy-loading.scss +13 -0
- package/dist/assets/js/libs/form-manager.js +3 -3
- package/dist/assets/js/pages/index.js +0 -4
- package/dist/assets/themes/classy/_config.scss +2 -1
- package/dist/assets/themes/classy/_theme.js +5 -0
- package/dist/assets/themes/classy/css/base/_spacing.scss +4 -0
- package/dist/assets/themes/classy/css/components/_buttons.scss +14 -19
- package/dist/assets/themes/classy/js/hero-demo-form.js +42 -0
- package/dist/defaults/dist/_includes/core/foot.html +27 -1
- package/dist/defaults/dist/_layouts/blueprint/admin/firebase/index.html +9 -7
- package/dist/defaults/dist/_layouts/blueprint/admin/notifications/new.html +3 -1
- package/dist/defaults/dist/_layouts/blueprint/admin/users/index.html +4 -4
- package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/account/index.html +1 -1
- package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/blog/post.html +2 -1
- package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/download.html +7 -7
- package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/index.html +177 -117
- package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/payment/checkout.html +1 -0
- package/dist/defaults/dist/_layouts/themes/classy/frontend/pages/pricing.html +14 -2
- package/dist/defaults/dist/pages/test/components/hero-demo-custom.html +60 -0
- package/dist/defaults/dist/pages/test/components/hero-demo-form.html +83 -0
- package/dist/defaults/dist/pages/test/components/hero-demo-input.html +47 -0
- package/dist/defaults/dist/pages/test/components/hero-demo-side.html +43 -0
- package/dist/defaults/dist/pages/test/components/hero-demo-video.html +43 -0
- package/dist/defaults/dist/pages/test/translation/index.md +2 -1
- package/dist/defaults/dist/robots.txt +18 -0
- package/dist/index.js +7 -0
- package/firebase-debug.log +338 -0
- package/package.json +1 -1
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
### ALL PAGES ###
|
|
3
|
+
layout: blueprint/index
|
|
4
|
+
permalink: /test/components/hero-demo-side
|
|
5
|
+
|
|
6
|
+
### PAGE CONFIG ###
|
|
7
|
+
asset_path: index
|
|
8
|
+
sitemap:
|
|
9
|
+
include: false
|
|
10
|
+
meta:
|
|
11
|
+
title: "Hero Demo: Video Type"
|
|
12
|
+
description: "Test page demonstrating the video hero demo type"
|
|
13
|
+
index: false
|
|
14
|
+
|
|
15
|
+
# Hero Section
|
|
16
|
+
hero:
|
|
17
|
+
tagline: "Video demo"
|
|
18
|
+
headline: "See {{ site.brand.name}} in"
|
|
19
|
+
headline_accent: "action"
|
|
20
|
+
description: "Watch how easy it is to create stunning logos with our AI-powered platform"
|
|
21
|
+
demo:
|
|
22
|
+
enabled: true
|
|
23
|
+
type: "video"
|
|
24
|
+
placement: "side"
|
|
25
|
+
options:
|
|
26
|
+
class: "mw-lg"
|
|
27
|
+
src: "https://cdn.itwcreativeworks.com/assets/sample/videos/demos/16x9/sample-demo-1.webm"
|
|
28
|
+
autoplay: true
|
|
29
|
+
loop: true
|
|
30
|
+
muted: true
|
|
31
|
+
controls: false
|
|
32
|
+
subtext: "No sound - autoplay enabled"
|
|
33
|
+
primary_button:
|
|
34
|
+
text: "Get Started Free"
|
|
35
|
+
icon: "rocket"
|
|
36
|
+
href: "/dashboard"
|
|
37
|
+
class: "btn-light"
|
|
38
|
+
secondary_button:
|
|
39
|
+
text: "Explore Solutions"
|
|
40
|
+
icon: "book-open"
|
|
41
|
+
href: "/pricing"
|
|
42
|
+
class: "btn-outline-light"
|
|
43
|
+
---
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
### ALL PAGES ###
|
|
3
|
+
layout: blueprint/index
|
|
4
|
+
permalink: /test/components/hero-demo-video
|
|
5
|
+
|
|
6
|
+
### PAGE CONFIG ###
|
|
7
|
+
asset_path: index
|
|
8
|
+
sitemap:
|
|
9
|
+
include: false
|
|
10
|
+
meta:
|
|
11
|
+
title: "Hero Demo: Video Type"
|
|
12
|
+
description: "Test page demonstrating the video hero demo type"
|
|
13
|
+
index: false
|
|
14
|
+
|
|
15
|
+
# Hero Section
|
|
16
|
+
hero:
|
|
17
|
+
tagline: "Video demo"
|
|
18
|
+
headline: "See {{ site.brand.name}} in"
|
|
19
|
+
headline_accent: "action"
|
|
20
|
+
description: "Watch how easy it is to create stunning logos with our AI-powered platform"
|
|
21
|
+
demo:
|
|
22
|
+
enabled: true
|
|
23
|
+
type: "video"
|
|
24
|
+
placement: "bottom"
|
|
25
|
+
options:
|
|
26
|
+
class: "mw-lg"
|
|
27
|
+
src: "https://cdn.itwcreativeworks.com/assets/sample/videos/demos/16x9/sample-demo-1.webm"
|
|
28
|
+
autoplay: true
|
|
29
|
+
loop: true
|
|
30
|
+
muted: true
|
|
31
|
+
controls: false
|
|
32
|
+
subtext: "No sound - autoplay enabled"
|
|
33
|
+
primary_button:
|
|
34
|
+
text: "Get Started Free"
|
|
35
|
+
icon: "rocket"
|
|
36
|
+
href: "/dashboard"
|
|
37
|
+
class: "btn-light"
|
|
38
|
+
secondary_button:
|
|
39
|
+
text: "Explore Solutions"
|
|
40
|
+
icon: "book-open"
|
|
41
|
+
href: "/pricing"
|
|
42
|
+
class: "btn-outline-light"
|
|
43
|
+
---
|
|
@@ -46,7 +46,8 @@ By vising {{ brand }}, you agree to comply.
|
|
|
46
46
|
|
|
47
47
|
## This is an input
|
|
48
48
|
<div class="form-group">
|
|
49
|
-
<
|
|
49
|
+
<label for="test-email" class="visually-hidden">Your email</label>
|
|
50
|
+
<input type="email" id="test-email" name="slap_honey" class="form-control" placeholder="Your Email">
|
|
50
51
|
</div>
|
|
51
52
|
|
|
52
53
|
## This button has a title
|
|
@@ -16,11 +16,19 @@ Disallow: /@reference/
|
|
|
16
16
|
Noindex: /@reference/
|
|
17
17
|
Disallow: /pages/@reference/
|
|
18
18
|
Noindex: /pages/@reference/
|
|
19
|
+
|
|
19
20
|
#
|
|
20
21
|
# Admin Pages
|
|
21
22
|
#
|
|
22
23
|
Disallow: /admin/
|
|
23
24
|
Noindex: /admin/
|
|
25
|
+
|
|
26
|
+
#
|
|
27
|
+
# Test Pages
|
|
28
|
+
#
|
|
29
|
+
Disallow: /test/
|
|
30
|
+
Noindex: /test/
|
|
31
|
+
|
|
24
32
|
#
|
|
25
33
|
# Protection
|
|
26
34
|
#
|
|
@@ -30,8 +38,18 @@ Disallow: /?
|
|
|
30
38
|
Disallow: /startup?page=
|
|
31
39
|
Disallow: *page=
|
|
32
40
|
Disallow: *?page=
|
|
41
|
+
|
|
33
42
|
#
|
|
34
43
|
# App/Custom pages
|
|
35
44
|
#
|
|
45
|
+
# ...
|
|
46
|
+
|
|
47
|
+
#
|
|
48
|
+
# Wayback Machine (Internet Archive)
|
|
49
|
+
#
|
|
50
|
+
User-agent: ia_archiver
|
|
51
|
+
Disallow: /terms
|
|
52
|
+
Disallow: /privacy
|
|
53
|
+
Disallow: /cookies
|
|
36
54
|
|
|
37
55
|
Sitemap: {{ site.url }}/sitemap.xml
|
package/dist/index.js
CHANGED
|
@@ -11,6 +11,13 @@ class Manager {
|
|
|
11
11
|
// Initialize
|
|
12
12
|
async initialize() {
|
|
13
13
|
try {
|
|
14
|
+
// Log the page URL
|
|
15
|
+
/* @dev-only:start */
|
|
16
|
+
{
|
|
17
|
+
console.log(`Initializing page:`, window.location.href);
|
|
18
|
+
}
|
|
19
|
+
/* @dev-only:end */
|
|
20
|
+
|
|
14
21
|
// Initiate the web manager
|
|
15
22
|
this.webManager = new WebManager();
|
|
16
23
|
|
package/firebase-debug.log
CHANGED
|
@@ -2480,3 +2480,341 @@
|
|
|
2480
2480
|
[debug] [2025-12-05T10:19:15.905Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2481
2481
|
[debug] [2025-12-05T10:19:15.905Z] > 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"]
|
|
2482
2482
|
[debug] [2025-12-05T10:19:15.905Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2483
|
+
[debug] [2025-12-06T22:30:14.428Z] > 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"]
|
|
2484
|
+
[debug] [2025-12-06T22:30:14.428Z] > 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"]
|
|
2485
|
+
[debug] [2025-12-06T22:30:14.430Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2486
|
+
[debug] [2025-12-06T22:30:14.430Z] > 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"]
|
|
2487
|
+
[debug] [2025-12-06T22:30:14.430Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2488
|
+
[debug] [2025-12-06T22:30:14.439Z] > 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"]
|
|
2489
|
+
[debug] [2025-12-06T22:30:14.440Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2490
|
+
[debug] [2025-12-06T22:30:14.430Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2491
|
+
[debug] [2025-12-06T22:30:14.430Z] > 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"]
|
|
2492
|
+
[debug] [2025-12-06T22:30:14.431Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2493
|
+
[debug] [2025-12-06T22:30:14.439Z] > 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"]
|
|
2494
|
+
[debug] [2025-12-06T22:30:14.440Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2495
|
+
[debug] [2025-12-06T22:30:14.493Z] > 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"]
|
|
2496
|
+
[debug] [2025-12-06T22:30:14.496Z] > 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"]
|
|
2497
|
+
[debug] [2025-12-06T22:30:14.493Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2498
|
+
[debug] [2025-12-06T22:30:14.494Z] > 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"]
|
|
2499
|
+
[debug] [2025-12-06T22:30:14.495Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2500
|
+
[debug] [2025-12-06T22:30:14.496Z] > 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"]
|
|
2501
|
+
[debug] [2025-12-06T22:30:14.496Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2502
|
+
[debug] [2025-12-06T22:30:14.497Z] > 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"]
|
|
2503
|
+
[debug] [2025-12-06T22:30:14.497Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2504
|
+
[debug] [2025-12-06T22:30:14.496Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2505
|
+
[debug] [2025-12-06T22:30:14.497Z] > 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"]
|
|
2506
|
+
[debug] [2025-12-06T22:30:14.497Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2507
|
+
[debug] [2025-12-06T22:30:14.498Z] > 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"]
|
|
2508
|
+
[debug] [2025-12-06T22:30:14.499Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2509
|
+
[debug] [2025-12-06T22:30:14.499Z] > 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"]
|
|
2510
|
+
[debug] [2025-12-06T22:30:14.499Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2511
|
+
[debug] [2025-12-06T22:42:32.566Z] > 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"]
|
|
2512
|
+
[debug] [2025-12-06T22:42:32.596Z] > 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"]
|
|
2513
|
+
[debug] [2025-12-06T22:42:32.570Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2514
|
+
[debug] [2025-12-06T22:42:32.570Z] > 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"]
|
|
2515
|
+
[debug] [2025-12-06T22:42:32.570Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2516
|
+
[debug] [2025-12-06T22:42:32.606Z] > 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"]
|
|
2517
|
+
[debug] [2025-12-06T22:42:32.606Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2518
|
+
[debug] [2025-12-06T22:42:32.599Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2519
|
+
[debug] [2025-12-06T22:42:32.599Z] > 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"]
|
|
2520
|
+
[debug] [2025-12-06T22:42:32.599Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2521
|
+
[debug] [2025-12-06T22:42:32.624Z] > 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"]
|
|
2522
|
+
[debug] [2025-12-06T22:42:32.624Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2523
|
+
[debug] [2025-12-06T22:42:32.744Z] > 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"]
|
|
2524
|
+
[debug] [2025-12-06T22:42:32.744Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2525
|
+
[debug] [2025-12-06T22:42:32.745Z] > 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"]
|
|
2526
|
+
[debug] [2025-12-06T22:42:32.745Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2527
|
+
[debug] [2025-12-06T22:42:32.749Z] > 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"]
|
|
2528
|
+
[debug] [2025-12-06T22:42:32.749Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2529
|
+
[debug] [2025-12-06T22:42:32.750Z] > 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"]
|
|
2530
|
+
[debug] [2025-12-06T22:42:32.750Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2531
|
+
[debug] [2025-12-06T22:42:32.787Z] > 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"]
|
|
2532
|
+
[debug] [2025-12-06T22:42:32.787Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2533
|
+
[debug] [2025-12-06T22:42:32.788Z] > 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"]
|
|
2534
|
+
[debug] [2025-12-06T22:42:32.789Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2535
|
+
[debug] [2025-12-06T22:42:32.791Z] > 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"]
|
|
2536
|
+
[debug] [2025-12-06T22:42:32.791Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2537
|
+
[debug] [2025-12-06T22:42:32.793Z] > 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"]
|
|
2538
|
+
[debug] [2025-12-06T22:42:32.793Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2539
|
+
[debug] [2025-12-06T22:42:35.561Z] > 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"]
|
|
2540
|
+
[debug] [2025-12-06T22:42:35.561Z] > 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"]
|
|
2541
|
+
[debug] [2025-12-06T22:42:35.570Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2542
|
+
[debug] [2025-12-06T22:42:35.570Z] > 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"]
|
|
2543
|
+
[debug] [2025-12-06T22:42:35.570Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2544
|
+
[debug] [2025-12-06T22:42:35.613Z] > 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"]
|
|
2545
|
+
[debug] [2025-12-06T22:42:35.613Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2546
|
+
[debug] [2025-12-06T22:42:35.569Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2547
|
+
[debug] [2025-12-06T22:42:35.570Z] > 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"]
|
|
2548
|
+
[debug] [2025-12-06T22:42:35.570Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2549
|
+
[debug] [2025-12-06T22:42:35.629Z] > 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"]
|
|
2550
|
+
[debug] [2025-12-06T22:42:35.629Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2551
|
+
[debug] [2025-12-06T22:42:36.016Z] > 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"]
|
|
2552
|
+
[debug] [2025-12-06T22:42:36.017Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2553
|
+
[debug] [2025-12-06T22:42:36.024Z] > 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"]
|
|
2554
|
+
[debug] [2025-12-06T22:42:36.026Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2555
|
+
[debug] [2025-12-06T22:42:36.037Z] > 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"]
|
|
2556
|
+
[debug] [2025-12-06T22:42:36.037Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2557
|
+
[debug] [2025-12-06T22:42:36.063Z] > 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"]
|
|
2558
|
+
[debug] [2025-12-06T22:42:36.063Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2559
|
+
[debug] [2025-12-06T22:42:36.052Z] > 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"]
|
|
2560
|
+
[debug] [2025-12-06T22:42:36.060Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2561
|
+
[debug] [2025-12-06T22:42:36.067Z] > 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"]
|
|
2562
|
+
[debug] [2025-12-06T22:42:36.067Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2563
|
+
[debug] [2025-12-06T22:42:36.082Z] > 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"]
|
|
2564
|
+
[debug] [2025-12-06T22:42:36.082Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2565
|
+
[debug] [2025-12-06T22:42:36.085Z] > 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"]
|
|
2566
|
+
[debug] [2025-12-06T22:42:36.086Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2567
|
+
[debug] [2025-12-07T02:04:41.932Z] > 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"]
|
|
2568
|
+
[debug] [2025-12-07T02:04:41.932Z] > 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"]
|
|
2569
|
+
[debug] [2025-12-07T02:04:41.934Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2570
|
+
[debug] [2025-12-07T02:04:41.934Z] > 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"]
|
|
2571
|
+
[debug] [2025-12-07T02:04:41.934Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2572
|
+
[debug] [2025-12-07T02:04:41.942Z] > 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"]
|
|
2573
|
+
[debug] [2025-12-07T02:04:41.943Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2574
|
+
[debug] [2025-12-07T02:04:41.934Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2575
|
+
[debug] [2025-12-07T02:04:41.934Z] > 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"]
|
|
2576
|
+
[debug] [2025-12-07T02:04:41.934Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2577
|
+
[debug] [2025-12-07T02:04:41.942Z] > 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"]
|
|
2578
|
+
[debug] [2025-12-07T02:04:41.943Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2579
|
+
[debug] [2025-12-07T02:04:41.992Z] > 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"]
|
|
2580
|
+
[debug] [2025-12-07T02:04:41.992Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2581
|
+
[debug] [2025-12-07T02:04:41.993Z] > 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"]
|
|
2582
|
+
[debug] [2025-12-07T02:04:41.994Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2583
|
+
[debug] [2025-12-07T02:04:41.994Z] > 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"]
|
|
2584
|
+
[debug] [2025-12-07T02:04:41.996Z] > 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"]
|
|
2585
|
+
[debug] [2025-12-07T02:04:41.996Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2586
|
+
[debug] [2025-12-07T02:04:41.997Z] > 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"]
|
|
2587
|
+
[debug] [2025-12-07T02:04:41.997Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2588
|
+
[debug] [2025-12-07T02:04:41.994Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2589
|
+
[debug] [2025-12-07T02:04:41.995Z] > 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"]
|
|
2590
|
+
[debug] [2025-12-07T02:04:41.995Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2591
|
+
[debug] [2025-12-07T02:04:41.997Z] > 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"]
|
|
2592
|
+
[debug] [2025-12-07T02:04:41.997Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2593
|
+
[debug] [2025-12-07T02:04:41.998Z] > 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"]
|
|
2594
|
+
[debug] [2025-12-07T02:04:41.998Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2595
|
+
[debug] [2025-12-07T20:49:59.699Z] > 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"]
|
|
2596
|
+
[debug] [2025-12-07T20:49:59.709Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2597
|
+
[debug] [2025-12-08T06:13:32.501Z] > 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"]
|
|
2598
|
+
[debug] [2025-12-08T06:13:32.501Z] > 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"]
|
|
2599
|
+
[debug] [2025-12-08T06:13:32.503Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2600
|
+
[debug] [2025-12-08T06:13:32.503Z] > 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"]
|
|
2601
|
+
[debug] [2025-12-08T06:13:32.503Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2602
|
+
[debug] [2025-12-08T06:13:32.511Z] > 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"]
|
|
2603
|
+
[debug] [2025-12-08T06:13:32.511Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2604
|
+
[debug] [2025-12-08T06:13:32.503Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2605
|
+
[debug] [2025-12-08T06:13:32.503Z] > 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"]
|
|
2606
|
+
[debug] [2025-12-08T06:13:32.503Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2607
|
+
[debug] [2025-12-08T06:13:32.512Z] > 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"]
|
|
2608
|
+
[debug] [2025-12-08T06:13:32.512Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2609
|
+
[debug] [2025-12-08T06:13:32.559Z] > 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"]
|
|
2610
|
+
[debug] [2025-12-08T06:13:32.560Z] > 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"]
|
|
2611
|
+
[debug] [2025-12-08T06:13:32.560Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2612
|
+
[debug] [2025-12-08T06:13:32.561Z] > 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"]
|
|
2613
|
+
[debug] [2025-12-08T06:13:32.561Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2614
|
+
[debug] [2025-12-08T06:13:32.562Z] > 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"]
|
|
2615
|
+
[debug] [2025-12-08T06:13:32.563Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2616
|
+
[debug] [2025-12-08T06:13:32.563Z] > 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"]
|
|
2617
|
+
[debug] [2025-12-08T06:13:32.563Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2618
|
+
[debug] [2025-12-08T06:13:32.559Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2619
|
+
[debug] [2025-12-08T06:13:32.560Z] > 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"]
|
|
2620
|
+
[debug] [2025-12-08T06:13:32.561Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2621
|
+
[debug] [2025-12-08T06:13:32.564Z] > 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"]
|
|
2622
|
+
[debug] [2025-12-08T06:13:32.564Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2623
|
+
[debug] [2025-12-08T06:13:32.564Z] > 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"]
|
|
2624
|
+
[debug] [2025-12-08T06:13:32.564Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2625
|
+
[debug] [2025-12-08T21:12:09.875Z] > 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"]
|
|
2626
|
+
[debug] [2025-12-08T21:12:09.876Z] > 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"]
|
|
2627
|
+
[debug] [2025-12-08T21:12:09.878Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2628
|
+
[debug] [2025-12-08T21:12:09.878Z] > 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"]
|
|
2629
|
+
[debug] [2025-12-08T21:12:09.878Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2630
|
+
[debug] [2025-12-08T21:12:09.887Z] > 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"]
|
|
2631
|
+
[debug] [2025-12-08T21:12:09.887Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2632
|
+
[debug] [2025-12-08T21:12:09.878Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2633
|
+
[debug] [2025-12-08T21:12:09.878Z] > 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"]
|
|
2634
|
+
[debug] [2025-12-08T21:12:09.879Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2635
|
+
[debug] [2025-12-08T21:12:09.887Z] > 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"]
|
|
2636
|
+
[debug] [2025-12-08T21:12:09.888Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2637
|
+
[debug] [2025-12-08T21:12:09.946Z] > 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"]
|
|
2638
|
+
[debug] [2025-12-08T21:12:09.947Z] > 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"]
|
|
2639
|
+
[debug] [2025-12-08T21:12:09.946Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2640
|
+
[debug] [2025-12-08T21:12:09.947Z] > 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"]
|
|
2641
|
+
[debug] [2025-12-08T21:12:09.947Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2642
|
+
[debug] [2025-12-08T21:12:09.948Z] > 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"]
|
|
2643
|
+
[debug] [2025-12-08T21:12:09.949Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2644
|
+
[debug] [2025-12-08T21:12:09.949Z] > 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"]
|
|
2645
|
+
[debug] [2025-12-08T21:12:09.949Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2646
|
+
[debug] [2025-12-08T21:12:09.947Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2647
|
+
[debug] [2025-12-08T21:12:09.948Z] > 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"]
|
|
2648
|
+
[debug] [2025-12-08T21:12:09.948Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2649
|
+
[debug] [2025-12-08T21:12:09.950Z] > 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"]
|
|
2650
|
+
[debug] [2025-12-08T21:12:09.950Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2651
|
+
[debug] [2025-12-08T21:12:09.951Z] > 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"]
|
|
2652
|
+
[debug] [2025-12-08T21:12:09.951Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2653
|
+
[debug] [2025-12-08T22:00:00.653Z] > 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"]
|
|
2654
|
+
[debug] [2025-12-08T22:00:00.656Z] > 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"]
|
|
2655
|
+
[debug] [2025-12-08T22:00:00.656Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2656
|
+
[debug] [2025-12-08T22:00:00.656Z] > 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"]
|
|
2657
|
+
[debug] [2025-12-08T22:00:00.656Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2658
|
+
[debug] [2025-12-08T22:00:00.664Z] > 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"]
|
|
2659
|
+
[debug] [2025-12-08T22:00:00.665Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2660
|
+
[debug] [2025-12-08T22:00:00.658Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2661
|
+
[debug] [2025-12-08T22:00:00.658Z] > 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"]
|
|
2662
|
+
[debug] [2025-12-08T22:00:00.658Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2663
|
+
[debug] [2025-12-08T22:00:00.667Z] > 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"]
|
|
2664
|
+
[debug] [2025-12-08T22:00:00.667Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2665
|
+
[debug] [2025-12-08T22:00:00.718Z] > 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"]
|
|
2666
|
+
[debug] [2025-12-08T22:00:00.723Z] > 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"]
|
|
2667
|
+
[debug] [2025-12-08T22:00:00.718Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2668
|
+
[debug] [2025-12-08T22:00:00.719Z] > 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"]
|
|
2669
|
+
[debug] [2025-12-08T22:00:00.720Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2670
|
+
[debug] [2025-12-08T22:00:00.721Z] > 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"]
|
|
2671
|
+
[debug] [2025-12-08T22:00:00.721Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2672
|
+
[debug] [2025-12-08T22:00:00.723Z] > 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"]
|
|
2673
|
+
[debug] [2025-12-08T22:00:00.724Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2674
|
+
[debug] [2025-12-08T22:00:00.723Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2675
|
+
[debug] [2025-12-08T22:00:00.724Z] > 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"]
|
|
2676
|
+
[debug] [2025-12-08T22:00:00.724Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2677
|
+
[debug] [2025-12-08T22:00:00.725Z] > 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"]
|
|
2678
|
+
[debug] [2025-12-08T22:00:00.725Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2679
|
+
[debug] [2025-12-08T22:00:00.726Z] > 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"]
|
|
2680
|
+
[debug] [2025-12-08T22:00:00.726Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2681
|
+
[debug] [2025-12-08T22:03:08.337Z] > 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"]
|
|
2682
|
+
[debug] [2025-12-08T22:03:08.339Z] > 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"]
|
|
2683
|
+
[debug] [2025-12-08T22:03:08.341Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2684
|
+
[debug] [2025-12-08T22:03:08.341Z] > 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"]
|
|
2685
|
+
[debug] [2025-12-08T22:03:08.341Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2686
|
+
[debug] [2025-12-08T22:03:08.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"]
|
|
2687
|
+
[debug] [2025-12-08T22:03:08.350Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2688
|
+
[debug] [2025-12-08T22:03:08.340Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2689
|
+
[debug] [2025-12-08T22:03:08.340Z] > 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"]
|
|
2690
|
+
[debug] [2025-12-08T22:03:08.340Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2691
|
+
[debug] [2025-12-08T22:03:08.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"]
|
|
2692
|
+
[debug] [2025-12-08T22:03:08.350Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2693
|
+
[debug] [2025-12-08T22:03:08.407Z] > 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"]
|
|
2694
|
+
[debug] [2025-12-08T22:03:08.411Z] > 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"]
|
|
2695
|
+
[debug] [2025-12-08T22:03:08.408Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2696
|
+
[debug] [2025-12-08T22:03:08.409Z] > 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"]
|
|
2697
|
+
[debug] [2025-12-08T22:03:08.409Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2698
|
+
[debug] [2025-12-08T22:03:08.412Z] > 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"]
|
|
2699
|
+
[debug] [2025-12-08T22:03:08.412Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2700
|
+
[debug] [2025-12-08T22:03:08.414Z] > 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"]
|
|
2701
|
+
[debug] [2025-12-08T22:03:08.414Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2702
|
+
[debug] [2025-12-08T22:03:08.412Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2703
|
+
[debug] [2025-12-08T22:03:08.414Z] > 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"]
|
|
2704
|
+
[debug] [2025-12-08T22:03:08.414Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2705
|
+
[debug] [2025-12-08T22:03:08.416Z] > 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"]
|
|
2706
|
+
[debug] [2025-12-08T22:03:08.416Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2707
|
+
[debug] [2025-12-08T22:03:08.417Z] > 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"]
|
|
2708
|
+
[debug] [2025-12-08T22:03:08.417Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2709
|
+
[debug] [2025-12-08T22:03:52.294Z] > 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"]
|
|
2710
|
+
[debug] [2025-12-08T22:03:52.306Z] > 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"]
|
|
2711
|
+
[debug] [2025-12-08T22:03:52.307Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2712
|
+
[debug] [2025-12-08T22:03:52.307Z] > 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"]
|
|
2713
|
+
[debug] [2025-12-08T22:03:52.307Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2714
|
+
[debug] [2025-12-08T22:03:52.407Z] > 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"]
|
|
2715
|
+
[debug] [2025-12-08T22:03:52.407Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2716
|
+
[debug] [2025-12-08T22:03:52.309Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2717
|
+
[debug] [2025-12-08T22:03:52.309Z] > 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"]
|
|
2718
|
+
[debug] [2025-12-08T22:03:52.309Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2719
|
+
[debug] [2025-12-08T22:03:52.408Z] > 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"]
|
|
2720
|
+
[debug] [2025-12-08T22:03:52.408Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2721
|
+
[debug] [2025-12-08T22:03:52.546Z] > 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"]
|
|
2722
|
+
[debug] [2025-12-08T22:03:52.547Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2723
|
+
[debug] [2025-12-08T22:03:52.548Z] > 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"]
|
|
2724
|
+
[debug] [2025-12-08T22:03:52.548Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2725
|
+
[debug] [2025-12-08T22:03:52.550Z] > 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"]
|
|
2726
|
+
[debug] [2025-12-08T22:03:52.551Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2727
|
+
[debug] [2025-12-08T22:03:52.555Z] > 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"]
|
|
2728
|
+
[debug] [2025-12-08T22:03:52.555Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2729
|
+
[debug] [2025-12-08T22:03:52.634Z] > 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"]
|
|
2730
|
+
[debug] [2025-12-08T22:03:52.634Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2731
|
+
[debug] [2025-12-08T22:03:52.637Z] > 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"]
|
|
2732
|
+
[debug] [2025-12-08T22:03:52.638Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2733
|
+
[debug] [2025-12-08T22:03:52.640Z] > 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"]
|
|
2734
|
+
[debug] [2025-12-08T22:03:52.641Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2735
|
+
[debug] [2025-12-08T22:03:52.642Z] > 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"]
|
|
2736
|
+
[debug] [2025-12-08T22:03:52.642Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2737
|
+
[debug] [2025-12-08T22:03:55.020Z] > 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"]
|
|
2738
|
+
[debug] [2025-12-08T22:03:55.024Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2739
|
+
[debug] [2025-12-08T22:03:55.024Z] > 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"]
|
|
2740
|
+
[debug] [2025-12-08T22:03:55.024Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2741
|
+
[debug] [2025-12-08T22:03:55.041Z] > 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"]
|
|
2742
|
+
[debug] [2025-12-08T22:03:55.042Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2743
|
+
[debug] [2025-12-08T22:03:55.101Z] > 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"]
|
|
2744
|
+
[debug] [2025-12-08T22:03:55.101Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2745
|
+
[debug] [2025-12-08T22:03:55.102Z] > 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"]
|
|
2746
|
+
[debug] [2025-12-08T22:03:55.103Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2747
|
+
[debug] [2025-12-08T22:03:55.104Z] > 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"]
|
|
2748
|
+
[debug] [2025-12-08T22:03:55.105Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2749
|
+
[debug] [2025-12-08T22:03:55.105Z] > 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"]
|
|
2750
|
+
[debug] [2025-12-08T22:03:55.105Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2751
|
+
[debug] [2025-12-08T22:04:04.886Z] > 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"]
|
|
2752
|
+
[debug] [2025-12-08T22:04:04.889Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2753
|
+
[debug] [2025-12-08T22:04:04.889Z] > 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"]
|
|
2754
|
+
[debug] [2025-12-08T22:04:04.889Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2755
|
+
[debug] [2025-12-08T22:04:04.928Z] > 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"]
|
|
2756
|
+
[debug] [2025-12-08T22:04:04.928Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2757
|
+
[debug] [2025-12-08T22:04:05.198Z] > 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"]
|
|
2758
|
+
[debug] [2025-12-08T22:04:05.199Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2759
|
+
[debug] [2025-12-08T22:04:05.200Z] > 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"]
|
|
2760
|
+
[debug] [2025-12-08T22:04:05.200Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2761
|
+
[debug] [2025-12-08T22:04:05.202Z] > 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"]
|
|
2762
|
+
[debug] [2025-12-08T22:04:05.202Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2763
|
+
[debug] [2025-12-08T22:04:05.203Z] > 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"]
|
|
2764
|
+
[debug] [2025-12-08T22:04:05.203Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2765
|
+
[debug] [2025-12-08T22:04:05.638Z] > 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"]
|
|
2766
|
+
[debug] [2025-12-08T22:04:05.645Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2767
|
+
[debug] [2025-12-08T22:04:05.645Z] > 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"]
|
|
2768
|
+
[debug] [2025-12-08T22:04:05.645Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2769
|
+
[debug] [2025-12-08T22:04:05.698Z] > 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"]
|
|
2770
|
+
[debug] [2025-12-08T22:04:05.699Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2771
|
+
[debug] [2025-12-08T22:04:05.939Z] > 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"]
|
|
2772
|
+
[debug] [2025-12-08T22:04:05.939Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2773
|
+
[debug] [2025-12-08T22:04:05.942Z] > 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"]
|
|
2774
|
+
[debug] [2025-12-08T22:04:05.942Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2775
|
+
[debug] [2025-12-08T22:04:05.946Z] > 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"]
|
|
2776
|
+
[debug] [2025-12-08T22:04:05.946Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2777
|
+
[debug] [2025-12-08T22:04:05.947Z] > 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"]
|
|
2778
|
+
[debug] [2025-12-08T22:04:05.947Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2779
|
+
[debug] [2025-12-08T22:04:08.678Z] > 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"]
|
|
2780
|
+
[debug] [2025-12-08T22:04:08.681Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2781
|
+
[debug] [2025-12-08T22:04:08.682Z] > 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"]
|
|
2782
|
+
[debug] [2025-12-08T22:04:08.682Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2783
|
+
[debug] [2025-12-08T22:04:08.699Z] > 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"]
|
|
2784
|
+
[debug] [2025-12-08T22:04:08.700Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2785
|
+
[debug] [2025-12-08T22:04:08.767Z] > 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"]
|
|
2786
|
+
[debug] [2025-12-08T22:04:08.768Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2787
|
+
[debug] [2025-12-08T22:04:08.768Z] > 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"]
|
|
2788
|
+
[debug] [2025-12-08T22:04:08.769Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2789
|
+
[debug] [2025-12-08T22:04:08.770Z] > 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"]
|
|
2790
|
+
[debug] [2025-12-08T22:04:08.770Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2791
|
+
[debug] [2025-12-08T22:04:08.771Z] > 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"]
|
|
2792
|
+
[debug] [2025-12-08T22:04:08.771Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2793
|
+
[debug] [2025-12-08T22:04:31.057Z] > 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"]
|
|
2794
|
+
[debug] [2025-12-08T22:04:31.060Z] > 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"]
|
|
2795
|
+
[debug] [2025-12-08T22:04:31.059Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2796
|
+
[debug] [2025-12-08T22:04:31.060Z] > 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"]
|
|
2797
|
+
[debug] [2025-12-08T22:04:31.060Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2798
|
+
[debug] [2025-12-08T22:04:31.081Z] > 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"]
|
|
2799
|
+
[debug] [2025-12-08T22:04:31.082Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2800
|
+
[debug] [2025-12-08T22:04:31.062Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2801
|
+
[debug] [2025-12-08T22:04:31.063Z] > 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"]
|
|
2802
|
+
[debug] [2025-12-08T22:04:31.063Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2803
|
+
[debug] [2025-12-08T22:04:31.085Z] > 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"]
|
|
2804
|
+
[debug] [2025-12-08T22:04:31.086Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2805
|
+
[debug] [2025-12-08T22:04:31.235Z] > 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"]
|
|
2806
|
+
[debug] [2025-12-08T22:04:31.235Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2807
|
+
[debug] [2025-12-08T22:04:31.236Z] > 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"]
|
|
2808
|
+
[debug] [2025-12-08T22:04:31.236Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2809
|
+
[debug] [2025-12-08T22:04:31.238Z] > 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"]
|
|
2810
|
+
[debug] [2025-12-08T22:04:31.238Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2811
|
+
[debug] [2025-12-08T22:04:31.238Z] > 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"]
|
|
2812
|
+
[debug] [2025-12-08T22:04:31.238Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2813
|
+
[debug] [2025-12-08T22:04:31.253Z] > 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"]
|
|
2814
|
+
[debug] [2025-12-08T22:04:31.253Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2815
|
+
[debug] [2025-12-08T22:04:31.254Z] > 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"]
|
|
2816
|
+
[debug] [2025-12-08T22:04:31.255Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2817
|
+
[debug] [2025-12-08T22:04:31.256Z] > 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"]
|
|
2818
|
+
[debug] [2025-12-08T22:04:31.256Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
2819
|
+
[debug] [2025-12-08T22:04:31.257Z] > 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"]
|
|
2820
|
+
[debug] [2025-12-08T22:04:31.257Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|