GaryAustin1

Results 23 issues of GaryAustin1

# Feature request From the Edge Function guide, and another user's first attempt with the edge functions, it appears ports 25,465,587 do not work in Supabase deploy of Deno functions....

enhancement
functions

# Bug report ## Describe the bug If you create a policy using the new role input field and then later edit the policy and set the role to none...

bug
dashboard

# Bug report ## Describe the bug Was writing a quick test to check performance of realtime in the face of lots of database updates. Doing an update of 5000...

bug

# Feature request Currently realtime only uses websocket protocol. In some situations a user's firewall (often corporate) might block websocket or a proxy might not work. Firebase realtime database falls...

enhancement
released
released on @rc

# Bug report This is more clarification is needed and then possibly a document change. Back in March based on these https://github.com/supabase/gotrue-js/pull/253 , https://github.com/supabase/supabase/issues/5663#issuecomment-1074427708 Implies that gotrue.js can no longer...

bug
documentation

# Improve documentation Documentation shows setAuth() returning user and error in the return object. This is causing confusion. `const { user, error } = supabase.auth.setAuth(access_token)` [## Link ](https://supabase.com/docs/reference/javascript/auth-setauth) EDIT: This...

documentation

# Bug report It is desirable to cache image and some file urls. The storage download function though seems more like a database call to get the file data from...

bug

# Bug report If you create a bucket called "public", using the download command in the UI and doing a storage.from.download from the API will return 404 for any files....

bug

# Feature request Right now you can only set a schema in initial supabase client setup. It would be very useful to be able to override the default ('public' normally)...

enhancement

# Bug report ## Describe the bug I'm entering this as a bug as it is not expected default behavior, but it could be feature request or documentation enhancement. There...