Exception is thrown on Expo.Google.logInAsync, only as standalone app

Hello,

I’m getting the following error when I try to call Expo.Google.logInAsync:

This error only occurs when I run as a standalone app. When running through expo, I’m able to login just fine.

Any ideas? Thanks!

Have you followed each of the steps here, configuring your standalone app to have your Google keys? https://docs.expo.io/versions/latest/sdk/google.html#deploying-to-a-standalone-app-on-android

And remember to enable any services that you need after login successfully through the API dashboard on your google API console

Yes, I needed to follow those docs. Thank you for the help guys!