Firebase starter module
Events
Handles Firebase and connected-service events with validation, clear routing, and repeat-safe processing.
- Files
- 3
- Lines
- 81
- Languages
- TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/webhooks/auth-events.ts
Runs authentication event work once while keeping failed work available for retry.
TypeScript
27 lines
src/webhooks/handlers/account-deleted.ts
Deletes one Firebase user and repeat-safely removes that account's app data.
TypeScript
33 lines
src/webhooks/handlers/first-sign-in.ts
Provisions an app profile and sends one welcome email after the first sign-in.
TypeScript
21 lines