-
Notifications
You must be signed in to change notification settings - Fork 951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update dependencies for firebase functions template #7809
Conversation
…e/update-functions-template-dependencies
"firebase-admin": "^12.6.0", | ||
"firebase-functions": "^6.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this impact web frameworks too? What happens if we keep it as before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leoortizz Upgraded the extensions as well since last time an upgrade like this was done, it was requested the extensions to be done as well, see:
#7084 (review)
Can be removed if you think it's better!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not related to web frameworks, this is for ext:dev:init. We should keep these changes to templates/extensions
…e/update-functions-template-dependencies
Description
Updates the
firebase-functions
andfirebase-admin
dependencies for the firebase functions init template.fixes #7385
Scenarios Tested
Initializing a new project with
init functions
anddeploy
commands:Screenshot