Cloud Storage
Supabase Storage is the file storage service embedded within the Supabase open-source backend platform, providing object storage with database-integrated access control and built-in image transformation capabilities. Unlike standalone cloud storage services, Supabase Storage is deeply connected to the Supabase PostgreSQL database and authentication system, enabling access control policies that reference the same user identities and database data as the rest of the application without separate permission management infrastructure.
Supabase-based projects needing file storage with database-integrated access control and image transformations
PostgreSQL-backed object storage with row-level security integration. Best when already using Supabase for database. Per-user file permissions easily implemented via RLS policies. S3-compatible for compatibility. Pricing: $2-10/month for storage + overages. Nigeria fully accessible. Good for apps needing tightly integrated auth + database + storage without managing three separate services.
Connect with other developers using this API
Join the community to leave reviews and ask questions.