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
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.
You will require a predefined schema for creating tables