How to implement Google Auth Login in Xamarin Forms? - xamarin

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

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.

Related

Native Popups in Xamarin webview

I would like to allow the default authentication from the Xamarin review. Please share the code with. I am pretty new.

Link open my app or go to store with parameter

I am a Xamarin Forms developer.
I would like to open my app or go to the store with a link. And is it possible, if it is to store, after downloading my application, pass a parameter to my app?
I don't know if i was clear.
Someone can help me ?
Yandex AppMetrica offers such a feature, while having a nice xamarin.forms sdk. https://appmetrica.yandex.com/docs/
Your direct case:
https://appmetrica.yandex.com/docs/mobile-tracking/concepts/tracking.html

Video player for xamarin forms

Hello can anyone provide me good plugin or sample for video player implementation in xamarin forms?
Req:
1) Player should have built in controller.
2) Should be able to show the video loading symbol
3) Video should have the video image with play button.
Can anyone help me pls?
This is the one that I use and it supports Video source from file as well as stream source. So far, this is the best I found for Xamarin forms.
https://components.xamarin.com/gettingstarted/video-player
Have a look at LibVLCSharp. Official VLC bindings for Xamarin/.NET.
Samples here: https://code.videolan.org/mfkl/libvlcsharp-samples
Disclaimer: I am the maintainer.

Xamarin Forms: how to create a facebook login native experience

in xamarin forms i want implement a native facebook login.
I've read the following guide: XamarinFormsNativeFacebook but it doesn't work with the latest xamarin forms.
There is any tutorial?
Make sure you go through this link and this for implementing a Facebook Login. Cheers!

xamarin forms: how to make native login with facebook [ios]

in xamarin forms i've succesfully make the facebook login in android with this tutorial
Xamarin forms facebook login android
Anyone has a tutorial to make native login in ios with xamarin forms? I know that i have to make a custom renderer, but i don't know the exact code.
Thanks
I would use the Xamarin.Auth component. Here is the step by step process and code.
https://components.xamarin.com/gettingstarted/xamarin.auth
See here Native login
Then you could make a native login button as Mike James does here

Resources