firebase-functions icon indicating copy to clipboard operation
firebase-functions copied to clipboard

Can't deploy on firebase-functions v7.0.1

Open jseto opened this issue 1 week ago • 2 comments

Related issues

No

[REQUIRED] Version info

node: v24.12.0

firebase-functions: 7.0.1

firebase-tools: 15.0.0

firebase-admin:13.6.0

[REQUIRED] Test case

npx firebase --project=beta deploy --only functions

[REQUIRED] Steps to reproduce

npx firebase --project=beta deploy --only functions

[REQUIRED] Expected behavior

To deploy

[REQUIRED] Actual behavior

Error: Failed to parse build specification:

  • FirebaseError Unexpected key 'endpoints[chronMidnight].scheduleTrigger.attemptDeadlineSeconds'. You may need to install a newer version of the Firebase CLI.

Were you able to successfully deploy your functions?

No. Just got the message:

Error: Failed to parse build specification:

  • FirebaseError Unexpected key 'endpoints[chronMidnight].scheduleTrigger.attemptDeadlineSeconds'. You may need to install a newer version of the Firebase CLI.

Important note and workaround

Everything works fine when just downgrading to firebase-functions v7.0.0

jseto avatar Dec 12 '25 05:12 jseto

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar Dec 12 '25 05:12 google-oss-bot

Hi @jseto. Thanks for creating this issue! We'll review it as soon as possible.

CorieW avatar Dec 15 '25 11:12 CorieW

@jseto thanks for the report. this will be fixed in next version of firebase functions sdk.

taeold avatar Dec 16 '25 20:12 taeold