You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imagine that Supabase has a data schema that will need to be set up for local dev before the app will run correctly. Devs will need a way to bring their local db instance to parity with the production schema, which could be as simple as a .sql file that sets up tables and relationships.
Also any seed data required for the app to run should be addressed.