Skip to content

handle null service account on CF deploy - #8381

Merged
taeold merged 6 commits into
masterfrom
leoortizz_8378
Mar 28, 2025
Merged

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

Conversation

@leoortizz

@leoortizz leoortizz commented Mar 27, 2025

Copy link
Copy Markdown
Member

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

@haggbart haggbart left a comment

Copy link
Copy Markdown

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"

Comment thread CHANGELOG.md Outdated
@leoortizz leoortizz changed the title handle null service account handle null service account on CF deploy Mar 28, 2025
@taeold
taeold enabled auto-merge (squash) March 28, 2025 18:06
@taeold
taeold merged commit 976637e into master Mar 28, 2025
@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Webframeworks project deployment fails on v14

4 participants