Core Features
Backend
Ship Mobile Fast uses Supabase as the backend.
You can use whatever backend you want. But, I recommend using Supabase.
If you want to see how do you setup Supabase, go to Quick Start.
1
You need to refer lib/supabase.ts
file. Example:
2
You can create queries like below:
For more information, you can go to the Supabase Documentation.
Thats it!
Was this page helpful?