Build the in-app push notification path for staff to send safety or emergency messages. Subscribed devices receive an OS-level push and an in-app banner; users can opt out via the Notifications settings page (FCM topic emergency).
Implemented as part of the broader Notifications settings work — see #244 and the implementation in src/app/providers/notifications.service.ts plus src/app/pages/notification-settings/.
Build the in-app push notification path for staff to send safety or emergency messages. Subscribed devices receive an OS-level push and an in-app banner; users can opt out via the Notifications settings page (FCM topic
emergency).Implemented as part of the broader Notifications settings work — see #244 and the implementation in
src/app/providers/notifications.service.tsplussrc/app/pages/notification-settings/.