Realtime
Subscribe to collection changes over WebSockets. When data changes, every connected client gets the update — no polling.
- • Subscribe by collection and event type: insert, update, delete.
- • Full row payload on insert and update so UIs can merge instantly.
- • API key in query or header; auto-reconnect in the SDK.
- • Perfect for feeds, dashboards, and collaborative views.
SDK: collection(name).subscribe('insert', onMessage)
One line to go real-time.