Supabase Storage: Create/List/Update/Delete Buckets

The new supabase storage addons are great but I need to create a bucket on then fly. Also listing buckets, updating buckets and deleting buckets is needed.

The API has such functions. Any way to get that done in weweb? Any plans to update the plugin?

Theses functions didn’t have the priority but will probably be released in the next batch with improvement on the realtime.

In the meantime you can try to implement it yourself through wwLib.wwPlugins.supabase.instance and call the methods you need directly in a custom javascript action :slight_smile:

You can create your own global workflow with parameters to create the missing nocode actions

Thank you alexis!