Dima Tarasenko

Results 2 comments of Dima Tarasenko

Facing the same issue when trying to implement Facebook Limited Login in an app. `token = AuthenticationToken.getAuthenticationTokenIOS()` from `react-native-fbsdk-next` Running `supabase.auth.signInWithIdToken({ provider: "facebook", token: token, nonce: "xxxx" })` returns error...

To be clear that's running on iOS via `react-native-fbsdk-next`, executing `AuthenticationToken.getAuthenticationTokenIOS()` and returning a JWT token all ok on the Facebook side @evelant The error is thrown when passing this...