realtime icon indicating copy to clipboard operation
realtime copied to clipboard

Broadcast, Presence, and Postgres Changes via WebSockets

Results 89 realtime issues
Sort by recently updated
recently updated
newest added

## What kind of change does this PR introduce? feature ## What is the new behavior? Update `Realtime.RLS.Subscriptions` to use a single query for inserting topic subscribers into `realtime.subscription`

## What kind of change does this PR introduce? This PR brings the possibility of exporting export logs to [Logflare](https://logflare.app/). ## What is the current behavior? ## What is the...

# Bug report ## Describe the bug Was writing a quick test to check performance of realtime in the face of lots of database updates. Doing an update of 5000...

bug

# Feature request ## Is your feature request related to a problem? Please describe. would be ideal to have alternatives to receiving messages via WebSockets ## Describe the solution you'd...

enhancement

# Feature request ## Problem I was trying to use realtime on my app. I was not receiving updates from my table. I later figured out that realtime was disabled....

enhancement

# Feature request Support: `neq`, `lt`, `lte`, `gt`, and `gte` in addition to `eq`. ## Use case In my app, I'm trying to filter realtime using `(realtime:public:some_table:someValue=gt.previousValue)` but that's currently...

enhancement

# Feature request ## Is your feature request related to a problem? Please describe. Tests show that sending messages by batches is much-much faster than by one (but eats more...

enhancement

## What kind of change does this PR introduce? feature ## What is the current behavior? Machine which does not support IPv6 can't run realtime due to there is no...

# Feature request I would like to receive realtime updates for a table without exposing all of the fields within a given row. Allow me to explain a simplified version...

enhancement

# Feature request Currently realtime only uses websocket protocol. In some situations a user's firewall (often corporate) might block websocket or a proxy might not work. Firebase realtime database falls...

enhancement
released
released on @rc