Concepts, value, and typical clone scenarios — less code.
Concepts, value, and typical clone scenarios — less code.
Preparing Ring Platform content
Preparing Ring Platform content
Preparing Ring Platform content
Use Founder / Developer tabs in the docs sidebar. Deep FCM setup lives on Push Notifications (FCM).
Ring delivers in-app and push notifications for opportunities, messages, entity updates, wallet events, and peer-game challenges.
| Type | Purpose |
|---|---|
OPPORTUNITY | New opportunities and applications |
MESSAGE | New messages and conversations |
ENTITY | Entity updates and invitations |
SYSTEM | Platform announcements |
WALLET | Transaction and balance notifications |
GAME_REQUEST | Peer-game challenge in chat (game_request) |
GAME_UPDATED | Game accepted / finished updates |
GAME_* types appear in notification preferences UI and interactive notify (features/chat/lib/interactive-notify.ts). Offline FCM for game invites: after !deliveredLive, createInvite waits ~500ms and rechecks getTunnelHub().isUserConnected(peer) before NotificationType.GAME_REQUEST + FCM (not the call ringtone). Hub presence is process-local today — multi-pod false offline is backlog. See Peer Games.
notifications:inbox / bell UINEXT_PUBLIC_FIREBASE_VAPID_KEY); server send uses Firebase Admin.VAPID_PUBLIC_KEY / VAPID_PRIVATE_KEY / VAPID_SUBJECT are staged in env/secrets for future web-push; no code readers yet. See the FCM page.Granular enable/disable by type and channel, including quiet hours — see preferences components under features/notifications/.
Deep-dive: Firebase Console Web Push certificate, build-time bake, and staged VAPID_* dual-stack.
Same-workflow: GAME_REQUEST / GAME_UPDATED for challenges and session updates.
Depends-on: live inbox fan-out on notifications:* channels.
See-also: interactive notify kit that emits typed notifications.
Broader notifications triggers and preferences API docs are still expanding; treat the type table above as the verified Peer Games addendum.
Use Founder / Developer tabs in the docs sidebar. Deep FCM setup lives on Push Notifications (FCM).
Ring delivers in-app and push notifications for opportunities, messages, entity updates, wallet events, and peer-game challenges.
| Type | Purpose |
|---|---|
OPPORTUNITY | New opportunities and applications |
MESSAGE | New messages and conversations |
ENTITY | Entity updates and invitations |
SYSTEM | Platform announcements |
WALLET | Transaction and balance notifications |
GAME_REQUEST | Peer-game challenge in chat (game_request) |
GAME_UPDATED | Game accepted / finished updates |
GAME_* types appear in notification preferences UI and interactive notify (features/chat/lib/interactive-notify.ts). Offline FCM for game invites: after !deliveredLive, createInvite waits ~500ms and rechecks getTunnelHub().isUserConnected(peer) before NotificationType.GAME_REQUEST + FCM (not the call ringtone). Hub presence is process-local today — multi-pod false offline is backlog. See Peer Games.
notifications:inbox / bell UINEXT_PUBLIC_FIREBASE_VAPID_KEY); server send uses Firebase Admin.VAPID_PUBLIC_KEY / VAPID_PRIVATE_KEY / VAPID_SUBJECT are staged in env/secrets for future web-push; no code readers yet. See the FCM page.Granular enable/disable by type and channel, including quiet hours — see preferences components under features/notifications/.
Deep-dive: Firebase Console Web Push certificate, build-time bake, and staged VAPID_* dual-stack.
Same-workflow: GAME_REQUEST / GAME_UPDATED for challenges and session updates.
Depends-on: live inbox fan-out on notifications:* channels.
See-also: interactive notify kit that emits typed notifications.
Broader notifications triggers and preferences API docs are still expanding; treat the type table above as the verified Peer Games addendum.
Use Founder / Developer tabs in the docs sidebar. Deep FCM setup lives on Push Notifications (FCM).
Ring delivers in-app and push notifications for opportunities, messages, entity updates, wallet events, and peer-game challenges.
| Type | Purpose |
|---|---|
OPPORTUNITY | New opportunities and applications |
MESSAGE | New messages and conversations |
ENTITY | Entity updates and invitations |
SYSTEM | Platform announcements |
WALLET | Transaction and balance notifications |
GAME_REQUEST | Peer-game challenge in chat (game_request) |
GAME_UPDATED | Game accepted / finished updates |
GAME_* types appear in notification preferences UI and interactive notify (features/chat/lib/interactive-notify.ts). Offline FCM for game invites: after !deliveredLive, createInvite waits ~500ms and rechecks getTunnelHub().isUserConnected(peer) before NotificationType.GAME_REQUEST + FCM (not the call ringtone). Hub presence is process-local today — multi-pod false offline is backlog. See Peer Games.
notifications:inbox / bell UINEXT_PUBLIC_FIREBASE_VAPID_KEY); server send uses Firebase Admin.VAPID_PUBLIC_KEY / VAPID_PRIVATE_KEY / VAPID_SUBJECT are staged in env/secrets for future web-push; no code readers yet. See the FCM page.Granular enable/disable by type and channel, including quiet hours — see preferences components under features/notifications/.
Deep-dive: Firebase Console Web Push certificate, build-time bake, and staged VAPID_* dual-stack.
Same-workflow: GAME_REQUEST / GAME_UPDATED for challenges and session updates.
Depends-on: live inbox fan-out on notifications:* channels.
See-also: interactive notify kit that emits typed notifications.
Broader notifications triggers and preferences API docs are still expanding; treat the type table above as the verified Peer Games addendum.