react-native-google-signin / google-signin

Google Sign-in for your React Native applications
https://react-native-google-signin.github.io/
MIT License
3.12k stars 876 forks source link

Cant verify GoogleAuth Token on server #1171

Closed iamrobins closed 1 year ago

iamrobins commented 1 year ago

I am not able to verify on server because not getting idToken on the client.

iamrobins commented 1 year ago

Fixed it by adding webClientId to configure.

GoogleSignin.configure({
  webClientId: "id",
});