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?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.