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](https://github.com/firebase/firebase-functions/releases/tag/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)