Supabase auth for React Native application
Hello,
I try to use supabase auth for React Native application.
I use @react-native-google-sign and @react-native-fbsdk-next.
For Google it should be something like:
For Facebook similar:
But it does not work.
There are questions I have:
Thank you for your help much!
I try to use supabase auth for React Native application.
I use @react-native-google-sign and @react-native-fbsdk-next.
For Google it should be something like:
For Facebook similar:
But it does not work.
There are questions I have:
- For Facebook
AccessToken.getCurrentAccessTokenreturns base64, but not JWT. - For Google I have not found where to find or required parameters to configure the integration?
Thank you for your help much!