I’m developing an app that uses Google Authentication and expo-auth-session.
On Development Mode, on Expo Go, when a run my app, and clicks on Google button, the app sends me to google auth API, on a browser, but when the API send me back to the app, the app reloads and can’t get the Google data. Has anyone ever experienced this?
I think you’ll have more luck if you create a development build and use that instead of Expo Go.
With Expo Go, it has a bundleID/package of host.exp.exponent instead of your bundleID/package. If you create a development build it can use your real bundleID/package.