Hello, I've followed the documentation that exists for the supabase google auth integration to the best of my ability and seem to have hit a wall, especially given there is NO external resources online other than the docs for this, strangely. This is the main documentation for this:https://supabase.com/docs/guides/auth/social-login/auth-google?queryGroups=platform&platform=react-native&queryGroups=framework&framework=sveltekit I have already created the google cloud project and set up everything I have already activated google sign in in the auth dashboard and passed a client id I have NOT passed a secret - This does not appear in the google cloud platform if you create a client of type iOS I have selected to Skip nonce checks I have installed and configured the @react-native-google-signin/google-signin node package and created a new dev build with it (EAS) I have configured the provider in the supabase/config.toml And I have used the exact function provided at the end of the documentation for expo react native and added logs for the errors and when I press the button it just gives me the error console for "some other error happened" I feel like giving up on google auth entirely and sticking with apple - which was so much easier
The user is struggling to configure Google Auth with Supabase in an Expo React Native project. They have followed the documentation but encounter an unspecified error when attempting to sign in. The user has set up the Google Cloud project and configured the necessary settings but has not provided a client secret, which may be causing the issue.
dm please
Are you trying to get this working locally or in Supabase Cloud? Since you specifically talk about config.toml I'm going to assume local which also interesting you say: "I have NOT passed a secret"
does that also mean you are not setting it environmentally? SUPABASE_AUTH_EXTERNAL_GOOGLE_CLIENT_SECRET= is definitely needed