Hi everyone! I'm building a B2B2C SaaS platform that involves:
Securely storing and verifying user contacts. Managing relationships between users (e.g., family members, admins). Sending notifications based on user-defined preferences. Supporting two different types of logins: one for businesses (B2B) and another for individual users (B2C). Currently, I'm using MongoDB Atlas for the database, but I'm considering whether Supabase might be a better fit.
Would Supabase's relational database and integrated features (like auth and real-time) be a good choice for this use case? Or should I stick with MongoDB for flexibility with document-based data?
I'd really appreciate your advice—thanks in advance!
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.