SignIn with Google, error 401 invalid client

Not understand my issue.

Reinstalled plugin adding reverse client id but it not works

	pod 'FBSDKCoreKit', '11.1.0'
	pod 'FBSDKLoginKit', '11.1.0'
	pod 'FBSDKShareKit', '11.1.0'
	pod 'Firebase/Messaging', '~> 7.4.0'
	pod 'GoogleSignIn', '~> 5.0.2'
	pod 'GoogleUtilities', '~> 7.2.2'
	pod 'GoogleUtilities/Environment', '~> 7.6.0'
cordova plugin remove cordova-plugin-googleplus -variable REVERSED_CLIENT_ID=com.googleusercontent.apps.yyyyy-xxxxx

cordova plugin add cordova-plugin-googleplus --save -variable REVERSED_CLIENT_ID=com.googleusercontent.apps.yyyyy-xxxx

Android works, ios not (401 invalid client id)