supabase-js
supabase-js copied to clipboard
An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invo...
The client-side auth flow requires writing server-side hooks according to the docs, but it's not available with the static adapter. Is it possible to somehow solve authentication in a static...
# Improve documentation ## Link https://supabase.com/docs/reference/javascript/upsert?example=upserting-into-tables-with-constraints ## Describe the problem The example says that an error will be thrown. But the operation would actually successfully update the row to `(42,...
# Improve documentation ## Describe the problem It would be useful to have a list of all the error responses for each function so that relevant messages can be displayed...
# 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 report Qwik's build fails with the latest version of Supabase. Earlier running v2.33.2 was fine. ## Describe the bug On running `npm run build`, getting the following error:...
# Improve documentation I'm having a hard time figuring out how filtering a vector with another column is done and how it works with the js client. - There's no...
The SvelteKit adapter has a `createSupabaseLoadClient`, which caches the client when running in the browser. The only problem is that the SvelteKit-provided `fetch` function does a lot more under the...
# 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...
### Discussed in https://github.com/orgs/supabase/discussions/13968 Originally posted by **fdarkaou** April 25, 2023 Hi all, I have a VueJS frontend using Supabase for authentication. Users can either log in using Google Auth...
## Describe the bug I found a weird behaviour with the Supabase JS library when trying to filter by a relationship table. I have an emojis and a related_emojis tables...