xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

How to do android native Google Sign In? #348

Closed henryyue2010 closed 5 years ago

henryyue2010 commented 5 years ago

It seems Xamarin.Auth can only do Google Sign In through browser. How to do native Google Sign-In from Xamarin.Form .NET Standard project? Henry

VS bug #738677

moljac commented 5 years ago

Hi Due to lack of resources it will not be possible to lead you through the samples or your own sample. Assure that you understand concepts of custom scheme, app linking etc.

Here are docs from Microsoft docs portal:

https://docs.microsoft.com/en-us/xamarin/xamarin-forms/data-cloud/authentication/oauth

Please for deeper dive check related links!

Closing this one.