8
votes

I am newbie in Xamarin, and Iwould like to have a Google login in my new app with Xamarin Forms. What is the right way? Is there any updated tutorial or video to guide? Where to start?

thanks

1
Did you take a look at the docs: developer.xamarin.com/guides/xamarin-forms/web-services/… Pretty good walkthrough. - JamesMontemagno
@JamesMontemagno, Is Xamarin.Auth work with Windows phone? - Pavan V Parekh
Yes it works with Windows phone but didn't work in iOS as Apple not allow browser based authentication from client app so batter you implement Platform specific code for the same because as per my knowledge Google is also don't allow browser based authentication in Android from client app in near future. - Pravin Divraniya
The Xamarin.Auth Problems should be fixed by now - Thomas

1 Answers

4
votes

Apart from the link mentioned by @JamesMontemagno (he is the best!), you can watch the video by Houssem Dellai for the same.

There is a also Xamarin cross-platform component for the same.

Video: https://youtu.be/AgFIsVr26zg

GitHub: https://github.com/HoussemDellai/Google-Login-Xamarin-Forms/tree/master/GoogleLogin/GoogleLogin/Views

Hope it helps. Let me know.