realtime-js icon indicating copy to clipboard operation
realtime-js copied to clipboard

An isomorphic Javascript client for Supabase Realtime server.

Results 33 realtime-js issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug With a simple subscription to a table (RLS or Not) the websocket drops and reconnects every 3 minutes after 5 minutes of tab...

bug

# Feature request ## Is your feature request related to a problem? Please describe. I want to only receive certain events from realtime. The events I want to receive are...

enhancement

# Chore ## Describe the chore Currently there is no type for "system", only the 3 main available ones that are here. https://supabase.com/docs/guides/realtime But for users using postgres changes, it...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

# Improve documentation ## Link https://supabase.com/docs/reference/javascript/broadcastmessage?example=send-a-message ## Describe the problem If you follow the instructions in the documentation to send a broadcast message over HTTP: ```javascript supabase.channel('room1').send({ type: 'broadcast', event:...

documentation

# Improve documentation ## Link Add a link to the page which needs improvement (if relevant) https://supabase.com/docs/guides/realtime/presence ## Describe the problem Presence track function returns a response, but this is...

documentation

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

# Bug report When a user is offline or in standby mode, the access_token is not refreshed as it requires a POST request to auth/v1/token?grant_type=refresh_token (which obviously fails without a...

bug

# Feature request ## Is your feature request related to a problem? Please describe. Queries and subscriptions need to be mixed for most real-time applications. However, their implementations are very...

enhancement