Wadel Kane
Results
1
issues of
Wadel Kane
I had this issue when i used **ContinueWith** like this ``` public async static void LoginGoogle() { GoogleSignIn.Configuration = configurationGoogle; GoogleSignIn.Configuration.UseGameSignIn = false; await GoogleSignIn.DefaultInstance.SignIn().ContinueWith(OnAuthenticationGoogleFinished); } ``` And after search...