Need some help wrt Google sign in with react native
I am working on a React Native to build out iOS and Android apps. I am trying to integrate google sign in in cross platform app. For this I'm using : expo-auth-session Issue is for android build, it uses a redirect URI : redirect_uri: exp://192.168.1.7:8081 but in google cloud console one can only add uri starting with https and not not exp. Details: https://stackoverflow.com/questions/78368508/error-400-invalid-request-for-expo-google-sign-in Please help resolving it or suggest alternate ways using latest libraries.