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:
Please help resolving it or suggest alternate ways using latest libraries.