How to get idToken from Facebook OAuth?
There is no API reference for swift in Supabase for sign in a user through facebook. is there any other method for swift which i can use for facebook auth?
I have used this snippet to use google provider to authorize user in supabase...
client.auth.signInWithIdToken(credentials: OpenIDConnectCredentials(                     provider: provider,                     idToken: idToken,                     accessToken: accessToken                 ))