C#: Retrieve public URL

Retrieve URLs for assets in public buckets

Examples

Returns the URL for an asset in a public bucket

var publicUrl = supabase.Storage.From("avatars").GetPublicUrl("public/fancy-avatar.png");