Skip to content
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

firebase functions v6 - default entrypoint is now gen v2 #13

Open
kjetilhp opened this issue Sep 26, 2024 · 1 comment
Open

firebase functions v6 - default entrypoint is now gen v2 #13

kjetilhp opened this issue Sep 26, 2024 · 1 comment

Comments

@kjetilhp
Copy link

heads up, v6 release of firebase-functions changes default entrypoint to v2, this breaks the auth/scheduler triggers in this project

import type { EventContext } from 'firebase-functions/v1';

v6.0.0
Breaking: Change default entrypoint of the firebase-functions package to v2 instead of v1 (firebase/firebase-functions#1594)
Add @deprecated annotation on functions.config() API (firebase/firebase-functions#1604)

@snorreks
Copy link
Owner

Thanks for the heads up, i have added a version 3.0.0-beta1 that is using nx 20 and firebase-functions v6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants