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

# Improve documentation ## Link https://supabase.com/docs/reference/javascript/next/subscribe ## Describe the problem There is no description anywhere on how to handle errors when subscribing. In my app, sometimes subscriptions don't work, and...

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...

bug

# Improve documentation ## Links https://supabase.com/realtime https://supabase.com/docs/guides/realtime/extensions/postgres-changes ## Describe the problem Haven't found a single mention of error handling. Nothing in google results or github issues either. How should I...

documentation

# Feature request I would like to subscribe to a query itself, not a table. I don't need multiple subscriptions, just one for the query. If the query changes (not...

enhancement

# Bug report If subscribing to multiple tables, and _any_ of the subscribed tables does not have publication turned on, the subscription to _all_ tables will fail, with no error...

bug

# Bug report ## Describe the bug When adding @supabase/realtime-js to an electron project where the native dependencies have to be rebuild the install process fails due to bufferutil ##...

# Chore ## Describe the chore A user can pass custom state properties via the presence API and since https://github.com/supabase/realtime-js/pull/224 it is now possible to pass a generic that will...

Proposed type addition mockup: ```typescript export type ColNames = "name" | "type" | "unit" | "value" | "description"; export type FilterOps = "eq" | "ne" | "gt" | "lt" |...

enhancement

# Feature request I have no clue what's the current state of this lib, maybe this would come later on.. But the exported types should be improved and enriched. For...

enhancement