Supabase.storage

You're seeing just the function storage, go back to Supabase module for more information.

Entry point for the Storage API

Entry point for the Storage API for usage in a user context

Example

Supabase.storage(access_token)
|> Supabase.Storage.from("avatars")
|> Supabase.Storage.download("avatar1.png")