Seeding users in Flutter (supabase_flutter 1.0.1)
I'd like to create a dart program which will seed my database with dynamic values. For that I have to insert multiple users without logging in. Is there any way to do this?
I see JS api has function createUser() https://supabase.com/docs/reference/javascript/v1/auth-api-createuser. What is the equivalent of that in supabase_flutter?
btw. I'm using supabase_flutter v1.0.1
I see JS api has function createUser() https://supabase.com/docs/reference/javascript/v1/auth-api-createuser. What is the equivalent of that in supabase_flutter?
btw. I'm using supabase_flutter v1.0.1