Solar Network Push
Solar Network Push is the platform's native notification delivery system. Unlike third-party push services (APNs, FCM), Solar Network Push doesn't require external push tokens — it works directly with your authenticated session.
How Solar Network Push Works
- Authenticate with your normal Solar Network session
- Register Solar Network Push for your device/session
- Fetch notification history for initial sync
- Stream real-time notifications via SSE (Server-Sent Events)
- Re-sync on disconnect
Why Use Solar Network Push
- No third-party push token required
- Works on any platform with an HTTP client
- Account-scoped notification listing as source of truth
- Real-time delivery via SSE stream
Key Behaviors
- Solar Network Push has device-aware deduplication — if Solar Network Push is active, other real-time paths may not duplicate events
- The list API is the source of truth for missed notifications
- SSE is the live-update channel
- Always reconnect and re-sync after disconnection