Sign in with Google Account - Xamarin Android Tutorial

  Рет қаралды 10,390

Ufinix

Ufinix

Күн бұрын

In this tutorial, we will be learning how to sign in to an app with Google with the help of Firebase Authentication. This tutorial will be a step by step guide
Completed Project GitHub Link
github.com/ufinixtutorials/Lo...
Feel free to drop a question or a comment below
➥➥➥ FULL COURSEs AT DISCOUNT PRICE ➥➥➥
Complete Xamarin Android Course ⇢ bit.ly/complete-xamarin-course1
Build a Complete UBER CLONE APP ⇢
Build a Complete FACEBOOK APP ⇢ bit.ly/complete-xamarin-course1
Build a Complete QUIZ APP ⇢ bit.ly/complete-xamarin-course1
➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥
Never miss regular tutorial videos and more
Subscribe ⇢ ufinix.com/subscribe
➥➥➥ FOLLOW US ➥➥➥
Instagram ⇢ / thisisufinix
#signinwithgoogle #firebase #Ufinix

Пікірлер: 34
@VPannagS
@VPannagS 4 жыл бұрын
The best tutorial ever Thank you so much
@kenny_ali
@kenny_ali 3 жыл бұрын
Tremendo video. Muy bien explicado. Gracias.
@waltermauriciogutierrezvar2988
@waltermauriciogutierrezvar2988 3 жыл бұрын
Excelente. Gracias
@quantumsoftware1424
@quantumsoftware1424 3 жыл бұрын
very useful video. Good job
@user-ch7hx8fh6k
@user-ch7hx8fh6k 3 жыл бұрын
Very useful, love you
@orangeclayproductions160
@orangeclayproductions160 3 жыл бұрын
Well done. I've been watching a lot of authentication videos lately. This is the best I've seen around!
@noamimon9046
@noamimon9046 8 ай бұрын
hi thanks for the video, i have a problem, when i do debug the result is null and return false, and i think its a problem with the sha1 but i couldnt fix it. do you have any idea what can it be? thanks
@williamcarinci5200
@williamcarinci5200 Жыл бұрын
How would you go about using this approach in a Xamarin Forms app as opposed to the Xamarin Android app you have here. I am curious about how to login and then make the call back after the firebase login with Google.
@Mohammad.AlShaabi
@Mohammad.AlShaabi 3 жыл бұрын
Very useful. Do you plan to post a video on how to authenticate users by phone numbers using firebase phone authentication?
@enis36
@enis36 Жыл бұрын
Hello. Can you help at maui?
@sharifkhan4594
@sharifkhan4594 4 жыл бұрын
Getting googleSignInResult.Status.StatusCode = 10 which developer error code, but working fine at development environment when installing .apk file at different phone getting statuscode =10
@yametekodasai1752
@yametekodasai1752 11 ай бұрын
May I ask? Is this have notification function through gmail?
@shalevsror1179
@shalevsror1179 4 жыл бұрын
how can I get access to the birthday of the account?
@sharifkhan4594
@sharifkhan4594 4 жыл бұрын
Can we use return firebase authenticated token to authenticate Web API 2.0 resources? Kindly update me. Thanks in advance..
@ShitalSharma-op7zt
@ShitalSharma-op7zt 3 ай бұрын
It works in Android but I want it in IOS , can I? plz reply me
@purushothambhakthan596
@purushothambhakthan596 4 жыл бұрын
Can you please cover the twitter integration aswell.
@ufinix3604
@ufinix3604 4 жыл бұрын
Purushotham Bhakthan okay, will add to list of videos coming out soon
@sirdondaniel
@sirdondaniel 3 жыл бұрын
You sound like Alireza Firouzja.
@ShitalSharma-op7zt
@ShitalSharma-op7zt 3 ай бұрын
It works in Android but I want it in IOS , can I?
@mnak123
@mnak123 4 жыл бұрын
Hello Unifix,I need to get the google contact detail (contact list of login user, FirstName,MiddleName,LastName,Mobile number, EmailID etc.). I was following your apps to this via firebase authentication. Login for the user is successful.Now it is returning data as you have done in your apps but after that how can I retrieve the list of contacts of that user who is currently logged in?
@ufinix3604
@ufinix3604 4 жыл бұрын
You have to enable googles people’s API
@potatotrips6787
@potatotrips6787 3 жыл бұрын
resultCode in OnActivityResult is Android.App.Result.Canceled. What I'm missing.
@sapphireking810
@sapphireking810 3 жыл бұрын
Hello, since GoogleApiClient is Obsolete, how would I connect witht the new standard GoogleSignInClient? since there isnt a method to call. Thank you.
@Ndydyamaka_r
@Ndydyamaka_r 3 жыл бұрын
GoogleSignInClient gsc = GoogleSignIn.GetClient( this, gsc);
@ufinix3604
@ufinix3604 4 жыл бұрын
Build truly Real-World Android Apps with Xamarin. Learn all the advanced concepts (Firebase, Firestore, Maps, Notification, Animation and more) Click Here --> bit.ly/complete-xamarin-course1
@kristianacelgenecua4624
@kristianacelgenecua4624 4 жыл бұрын
i'm pretty sure i followed your instructions clearly but i still get below error: Java.Lang.NullPointerException: 'Attempt to invoke virtual method 'android.content.Context com.google.android.gms.common.api.GoogleApiClient.getContext()' on a null object reference'
@ufinix3604
@ufinix3604 4 жыл бұрын
You can cross your code implementation with the completed project on GitHub. You can find the link in the description
@kristianacelgenecua4624
@kristianacelgenecua4624 4 жыл бұрын
@@ufinix3604 does it have an implication if i try to implement this in Xamarin.Forms? i didn't notice i was watching a procedure for Xamarin.Android
@Sunny-tb7mj
@Sunny-tb7mj 4 жыл бұрын
Sign in with Google Account in Xamarin Android c# project working perfect, but I need to get the access token after authentication from firebase. how can i achieve this? Is it possible to have the access token? Thanks in advance.
@ufinix3604
@ufinix3604 4 жыл бұрын
Soumen Halder yes, just call googleSignInAccount.AccesToken, this will return the access token for you
@Sunny-tb7mj
@Sunny-tb7mj 4 жыл бұрын
@@ufinix3604 Where to call "googleSignInAccount.AccesToken" , because I tried to call it in LoginWithFirebase(GoogleSignInAccount account) method but "AccesToken" field is not available over there, so it is giving compile time error. I tried same in "OnActivityResult" method also but faces same error. Is there any demo code to follow.
@vinayreddy7743
@vinayreddy7743 4 жыл бұрын
I am not getting data from GoogleApiClient
@appsbranix6976
@appsbranix6976 3 жыл бұрын
could you solve it?
@stancuvlad8618
@stancuvlad8618 3 жыл бұрын
any luck in finding a solution?
Xamarin Forms : Sign in with Google
18:18
CuriousDrive: Solve Coding Challenges. Win Prizes.
Рет қаралды 11 М.
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 38 МЛН
哈莉奎因以为小丑不爱她了#joker #cosplay #Harriet Quinn
00:22
佐助与鸣人
Рет қаралды 8 МЛН
Это реально работает?!
00:33
БРУНО
Рет қаралды 3,3 МЛН
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 2,3 МЛН
Add Authentication to Your Xamarin App - XamExpertDay 2021
43:38
Gerald Versluis
Рет қаралды 6 М.
JPEG is Dying - And that's a bad thing
8:09
2kliksphilip
Рет қаралды 98 М.
50 Google Assistant Commands that Take it to Next Level!
14:58
Xamarin Forms  Google Login using Web Auth and Docker Container
26:58
Implement Push Notifications with Xamarin.Forms (Android) and FCM
28:49
Login with Facebook in Xamarin Forms
22:21
Houssem Dellai
Рет қаралды 36 М.
Getting Started with Firebase Realtime Database and Xamarin.Forms
17:43
Xamarin Forms Firebase Auth
8:47
Xamarin Guy
Рет қаралды 12 М.
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 38 МЛН