Storage implementation for the Supabase Potion SDK in Elixir.
def deps do [ {:supabase_potion, "~> 0.7"}, {:supabase_storage, "~> 0.5.0"} # x-release-please-version ] endFirstly you need to initialize your Supabase client(s) as can be found on the Supabase Potion documentation
Now you can pass the Client to the Supabase.Storage functions:
iex> Supabase.Storage.list_buckets(%Supabase.Client{})