Notification models
| File | Stores |
|---|---|
device-token.model.ts | FCM token per device |
notification-preference.model.ts | Opt-in flags per user |
notification-log.model.ts | Each push attempt / result |
notification-daily-rollup.model.ts | Aggregated metrics by day |
Services in services/notifications/ read/write these when sending or recording opens.
Last updated on