-
# Feature request
Tree-shaking is currently not possible with the supabase-js library because `SupabaseClient` is implemented using classes. Neither Webpack or Rollup supports tree-shaking class me…
-
I want to connect external database to supabase using self hosting
I already allowed remote access from postgres config and it is ok from test connecting from postgres remote access using tableplus.
…
-
**Describe the bug**
supabase thinks its running but it is not
**To Reproduce**
Start supabase, then forcibly `docker rm -f < container name >` all of the containers.
**Expected behavior**
`s…
-
`Expected behavior:`
Devs can upload images after running `supabase db push`
`Actual behavior:`
Dev realizes no bucket found!
I searched through all the migrations and didn't find it.
Turn…
-
Here's some basic information. Please ask questions here to keep conversations organized.
_Database_: [Supabase](https://supabase.com/) - 500MB of storage and 2GB of bandwidth with free tier. Also …
-
Noto will support cloud storage with Client-Side Encryption in the next major version. It's currently in the work using [Supabase](supabase.com) for cloud storage, and [Bouncy Castle](https://github.c…
-
I really appreciate this repo. But I don't get why the authors decided that having a bare SQL schema would be good idea, considering your average developer wouldn't want to be anywhere near sql for sa…
-
It would be a nice option to be able to specify the storage type as long as it adheres to the Storage interface
for example, it would allow us to integrate [expo-secure-store](https://docs.expo.d…
-
# 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://gith…
-
# Bug report
## Describe the bug
A non-StorageError response error object is returned.
## To Reproduce
```ts
const { error } = await supabase.storage.from(BUCKET.ITEM).upload(path, image.…