About a year ago I took off maybe 5 months to create a ephemeral voice messaging mobile app (Android + iOS) Stack: - React Native + Expo - Typescript - Supabase - Vercel - Some Vercel/nextJS-ish lamda functions so I could avoid AWS (Supabase didn't have that kind of offering yet) For me, it was _very_ pleasant to work in. I was able to ship features via OTA updates from idea to live in literally minutes.. sometimes e…
How did you define your models and manage database migrations with Supabase?
My userbase was in the dozens at most, so pushing out a version OTA usually was effective to get things moving along.
Worst case, I had some code to check if the client version was too old and would shut it down until they updated.
As per models, what kind of details are you asking?