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)