You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Think about the structure that needs to be in place for us to start doing notifications.
From brief initial research, I assume we'll need mainly 2 types of notifications:
Notification events: mainly new WebSocket events (e.g. NOTIFY_USER_...) being triggered to all online channels
Push notifications to offline devices: store devices' tokens and use expo's Notifications SDKs to send new notifications. Only use if the user has no online channels at the time.
Think about the structure that needs to be in place for us to start doing notifications.
From brief initial research, I assume we'll need mainly 2 types of notifications:
NOTIFY_USER_...
) being triggered to all online channelsReference
The text was updated successfully, but these errors were encountered: