Open
Description
When add additionalScope in GoogleSignIn.Configuration then android build is crash, but iOS build running fine. Below scope add code.
IEnumerable scopes = new List {"https://www.googleapis.com/auth/contacts.readonly","https://www.googleapis.com/auth/contacts"};
GoogleSignIn.Configuration.AdditionalScopes = scopes;