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...
# Bug report ## Describe the bug Assuming the `Redirect URLs` have properly been configured in Supabase configuration settings, when the `emailRedirectTo` parameter is specified, that URL should be represented...
# 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...
# Improve documentation ## Link https://supabase.com/docs/reference/javascript/select ## Describe the problem See the release notes here: https://nextjs.org/blog/next-13-2#nextjs-cache It is not clear how to take advantage of this feature when fetching data...
# Improve documentation In the documentation for fetching, under `Query the same referenced table multiple times`, it states an approach, which doesn't infer correct types on the resulting object. ##...
# Improve documentation ## Link Not sure where best location would be ## Describe the problem For most who have done async calls Typescript or Javascript, it's common to sometimes...
`const { data, error, count } = await supabase .from("restaurant_claims") .select( `status, role_name, restaurants!inner(id,name,address,logo), user:users!user_id(id, first_name, avtar), accept_by:users!accept_by(id, first_name, last_name), certificate_media:medias!certificate_media_id(media_url), front_media:medias!front_media_id(media_url), back_media:medias!back_media_id(media_url,media_type)` ) .eq("id", id) .single(); ` **Response Data...
# 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...
# Improve documentation It is possible to set a custom fetch that supabase client will use. But how are arguments passed to this custom fetch with the query builder api?...
# 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...
DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
# 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...