How to use Notion sign-in with local development setup?
I am using
supabase start
supabase start
to run my local development server. How can I configure Notion as a GoTrue provider? I am currently getting this error:
{"code":400,"msg":"Unsupported provider: Provider is not enabled"}
{"code":400,"msg":"Unsupported provider: Provider is not enabled"}
I have seen mentions of "ejecting" or "self hosting" in the docs, but ideally I would like to keep the workflow I have with Supabase CLI (or at least not configure a lot of extra stuff to get where I am).
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.