S
Supabase2mo ago
858917

Basic questions: Flutter + Supabase

I'm just starting out with Supabase + Flutter. Is Supabase a BaaS? With Flutter + Supabase lib, can I save data? Does the database automatically generate tables like Firebase or Back4App (Parse)?
2 Replies
Aetius
Aetius2mo ago
Hi, im working with flutter and supabase for my latest project. As i know, supabase is a baas. And for the database, you need to create a migration because it is SQL (Postgres) not NoSQL (like Firestore or MongoDB). To development, you can run supabase cli to running locally with docker.
chepparing
chepparing2mo ago
You will require a predefined schema for creating tables

Did you find this page helpful?