Q: Only Supabase integration is allowed?

Supabase was hacked multiple times and is not safe to build on for clients. Do you allow integration of other database options (Mongo DB, Vercel, etc...)? Thx

Ned369Jun 29, 2025
Share
Helpful?
Log in to join the conversation
Verified Purchaser badge

Verified purchaser

Posted: Jun 29, 2025

10s of thousands of people use Supabase...
Its perfectly secure for production apps and again, 10s-100s of THOUSANDS of apps use this.
The security levels are controlled by the developer so if you don't setup proper security its your fault as the developer, not the platform you use.
You can argue that it lets you be more laxed in security over other options like firebase but thats just lazy devs.

Verified Purchaser badge

Verified purchaser

Posted: Jun 29, 2025

Mongo db and vercel are not the same thing as supabase and firebase. Mongo is JUST a DB where Supabase is the full backend infrastructure.
So if you use Mongo DB you would need a separate backend system to connect to the frontend system(3 total) where with Supabase its the full Backend-as-a-Service(BaaS) to connect straight to the frontend or even run as a full on API endpoint w/no frontend.