is it possible to create a user via the server, us...
# gotrue
f
is it possible to create a user via the server, using a service role, but as a third party provider?
Copy code
await supabase.auth.api.createUser({
        email: FBemail,
        app_metadata: { provider: 'facebook', providers: ['facebook'] }})
something like this, this results in new user but provider is set to be Email