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 - [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 ## Describe the bug I have a sveltekit project, in which I want to use some Twitch API features. I switched to supebase v2 because of 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...
# Bug report ## Describe the bug When running my backend application with Supabase (@supabase/supabase-js), I am encountering a deprecation warning related to the punycode module. Despite not using punycode...
# Bug report - [ X ] I confirm this is a bug with Supabase, not with my own application. - [ X ] I confirm I have searched 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...
# 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...
It throws this error anytime I run it: C:\Users\HomePC\Desktop\pipuApp\node_modules\@expo\cli\build\src\utils\errors.js:123 throw error; ^ ReferenceError: window is not defined at getValue (C:\Users\HomePC\Desktop\pipuApp\node_modules\@react-native-async-storage\async-storage\lib\commonjs\AsyncStorage.js:63:52) at C:\Users\HomePC\Desktop\pipuApp\node_modules\@react-native-async-storage\async-storage\lib\commonjs\AsyncStorage.js:39:21 at new Promise () at createPromise (C:\Users\HomePC\Desktop\pipuApp\node_modules\@react-native-async-storage\async-storage\lib\commonjs\AsyncStorage.js:37:10) at...
## 🚀 What This PR Does - Improves `fetchWithAuth` by adding better error handling for `getAccessToken()`. - Logs meaningful errors when retrieving an access token fails. - Ensures API calls...
# Improve documentation Include default values of the limit ## Link https://supabase.com/docs/reference/javascript/storage-from-list Add a link to the page which needs improvement (if relevant) ## Describe the problem When retrieving the...