Hi, I've made the OAuth sign up available on Expo. When I sign up using: const res = await supabase.auth.signInWithOAuth({ provider: 'google', options: { redirectTo:
its successful and the profile is made in auth and public.profiles. The issue is when I try to continue the onboarding flow in my app the profile is never retrived back after creation. This is the read RLS policy: (( SELECT auth.uid() AS uid) = id) with access granted for authenticated and anon.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.