Hi there. I faced AuthApiError when I login using @react-native-kakao library with native-app-key.
In Process, 1. client request login with react-native-kakao module 2. client request Supabase(
supabase.auth.signInWithIdToken
supabase.auth.signInWithIdToken
) using idToken before step's return data using native-app-key. 3. Supabase throw Error with AuthApiError.
I think it's because the idToken requested by the native-app-key is different from the rest-api-key registered in the Suppbase to verify it. Is there no other way to proceed with the idToken generated by the native-app-key in the suppbase without changing the client IdToken registered in the Suppbase in the middle?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.