Using OAuth (like FB) is .Net MAUI

Hello there! 👋 I'm looking for some examples of Supabase in a MAUI (or Xamarin) app to make my auth working.
I tried to use the csharp community library, but the section on the 3rd Party Authentication is very vague...
Everything is working fine with the email/password signin.

  • Does anyone have done this?
  • Does anyone have tried to use an "WebAuthenticator" in C# with Supabase?
  • What "supabase.auth.signIn({ provider: 'facebook', })" is really doing behind the scene?
Also, if I'm developping an MAUI app without any backend, what would be the "Redirect_URL" in the Auth Section of Supabase?
Was this page helpful?