I’m trying to use production keys instead of developer keys. I am going through the https://auth0.com/docs/connections/social/google to try to get that to work.
I got through the whole tutorial and from social connection->google/email-> try connection, it says that it works.
I got client ID and key from google api credentials (which looks different from the developer versions, the ID ends in googleusercontent.com) and I put it in my google action project. I also copied over my allowed login URI and callbacks from my auth0 application to the google api credentials.
When I run my google actions, it couldn’t log in, auth0’s log says failed login with description “The client was not found: ************************.apps.googleusercontent.com” (this is the client ID)
what step did I miss?