How to configure Sign In with Google on Parse Server version 4.3.0/4.4.0?

Is there any additional configuration to use Sign In with Google on Parse Server version 4.3.0 / 4.4.0?

My Sign in with Google works correctly in version 4.2.0.

After upgrading to 4.3.0, I had to downgrade because it stopped working.

I upgraded to 4.4.0 and had to downgrade again as it doesn’t work.

On my server it is configured like this:
“auth”: {“google”: {}}

The error message that appears on the server is:

{“message”:“Parse error: id token is invalid for this user.”,“code”:101,“level”:“error”,“stack”:“Error: id token is invalid for this user.\n at verifyIdToken (/usr/lib/node_modules/parse-server/lib/Adapters/Auth/google.js:71:11)\n at Object.validateAuthData (/usr/lib/node_modules/parse-server/lib/Adapters/Auth/google.js:108:10)\n at /usr/lib/node_modules/parse-server/lib/Adapters/Auth/index.js:93:20\n at /usr/lib/node_modules/parse-server/lib/RestWrite.js:363:12\n at Array.map ()\n at RestWrite.handleAuthDataValidation (/usr/lib/node_modules/parse-server/lib/RestWrite.js:352:45)\n at /usr/lib/node_modules/parse-server/lib/RestWrite.js:498:17\n at processTicksAndRejections (internal/process/task_queues.js:97:5)”}

RESOLVED.

Ios was working. The error was only on Android. I needed to make a configuration in the Android project and everything is working now.

I’m having the same problem. Can you provide your solution? Thanks.