Storage
In this section, weβll explore how Supabase Storage lets your app get and serve files such as images, videos, and documents securely β all integrated within your Supabase project.
What is Bucket?β
A Supabase Bucket is a storage container in Supabase where you can upload, organize, and manage files such as images, videos, or documents.
Create Bucketβ
First, go to the Storage section from the Supabase dashboard sidebar.
Click new bucket, then give your bucket a name (e.g. user-uploads) and choose whether it should be Public or Private, click Create.