Open kjetilhp opened 1 month ago
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 (https://github.com/firebase/firebase-functions/pull/1594) Add @deprecated annotation on functions.config() API (https://github.com/firebase/firebase-functions/pull/1604)
Thanks for the heads up, i have added a version 3.0.0-beta1 that is using nx 20 and firebase-functions v6
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 (https://github.com/firebase/firebase-functions/pull/1594) Add @deprecated annotation on functions.config() API (https://github.com/firebase/firebase-functions/pull/1604)