Issue with Google OAuth in Expo with Hono backend
I get this error when I select my Gmail account with which I want to sign in.
My backend auth:

3 Replies
My auth client in Expo:
My Google Cloud:

localhost is 127.0.0.1 as in this is the current device. As per your screenshot your phone expects the server to run on your actual phone which in most cases is not the case. Read the steps in https://www.better-auth.com/docs/authentication/google#get-your-google-credentials carefully. As you have updated the baseUrl you should also update/add the redirect URI at Google Cloud accordingly.
Google | Better Auth
Google provider setup and usage.