Database / Supabase basics Interview Questions
What are the types of storage available in Supabase Storage?
Supabase Storage organizes files into buckets, and each bucket can be configured as one of two types. Public buckets serve files over a direct URL to anyone, which suits assets like public profile images or marketing media. Private buckets require an authenticated request and are governed by access policies, similar to Row Level Security but applied to storage objects.
Within a bucket, files can be nested in folders and tagged with metadata, and access can be scoped so a user only reaches their own folder.
More Related questions...