Skip to content

handle null service account on CF deploy#8381

Merged
taeold merged 6 commits intomasterfrom
leoortizz_8378
Mar 28, 2025
Merged

handle null service account on CF deploy#8381
taeold merged 6 commits intomasterfrom
leoortizz_8378

Conversation

@leoortizz
Copy link
Copy Markdown
Member

@leoortizz leoortizz commented Mar 27, 2025

Description

Fixes #8378.

@taeold FWICT the change that caused the error was introduced in #8366

Before:

before-error

before-logs

After:

after-log

Scenarios Tested

firebase deploy with a Next.js 15 app

Sample Commands

firebase deploy

Copy link
Copy Markdown

@haggbart haggbart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Note: The changelog entry "Fix webframeworks deployments when deploying a SSR project" doesn't match this fix. Should be something like "Fix Cloud Functions deployment failure when service account is set to null"

@leoortizz leoortizz changed the title handle null service account Mar 28, 2025
@taeold taeold enabled auto-merge (squash) March 28, 2025 18:06
@taeold taeold merged commit 976637e into master Mar 28, 2025
49 checks passed
@leoortizz leoortizz deleted the leoortizz_8378 branch March 31, 2025 21:59
blidd-google pushed a commit that referenced this pull request May 12, 2025
* handle null service account

* changelog

* use ternary instead

* Update CHANGELOG.md

* Fix bug for v1 and add test cases.

---------

Co-authored-by: Daniel Young Lee <danielylee@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment