πUser Notifications
A realtime notification/broadcast system for authenticated users.

<.layout show_notification_bell={false} current_page={:dashboard} current_user={@current_user} type="sidebar">
<.container max_width="xl">
<div>content</div>
</.container>
</.layout>Sending Notifications
Viewing Notifications

Consuming Broadcast Messages
The Read Path
Creating your own notification
Create the helper function
Add the Notification Type
Add code to broadcast the message
Add a Notification Item
Last updated
Was this helpful?
