GoogleClientPlugin
GoogleClientPlugin copied to clipboard
CrossGoogleClient.Current.IdToken is null
The CrossGoogleClient.Current.IdToken is null. I followed the documentation and initialized the plugin GoogleClientManager.Initialize(this, "client_id", "client_id"); with client id but nothing change.
Thank you very much
any update on this, im also getting null IdToken
Set your appropriate client ID in Android project's MainActivity class while initializing:
GoogleClientManager.Initialize(this, null, "{your client ID}");
You can get it from google-services.json file.
IdToken should be available afterwards.
@huynhger @joshua-mng you guys have to get the client_id from your project on google cloud, create a credential key and put it to that method. 2 parameters with the same key
@thanoue >
I did this and I get a "INVALID_IDP_RESPONSE : Unable to parse Google id_token" Any ideas would be greatly appreciated