How to Integrate Google Sign In Your Android App using Android Studio

  Рет қаралды 63,615

ProgrammingKnowledge

ProgrammingKnowledge

Күн бұрын

Пікірлер: 61
@ProgrammingKnowledge
@ProgrammingKnowledge 5 жыл бұрын
GitHub code link - github.com/rishavk1102/GLoginExample
@mohitbasliyal3368
@mohitbasliyal3368 4 жыл бұрын
Sir I made a same app just like you told in your video but at last it's showing ...when I'm opening it...it stopped working...and close by itself.what should I do?
@abhijeetkwwl3074
@abhijeetkwwl3074 4 жыл бұрын
made another apk bro i also got the same error but when i created the another the apk starts
@abrahimmahmud150
@abrahimmahmud150 3 жыл бұрын
@@abhijeetkwwl3074 sir i run into same problem. how i make new apk. with the new apk would i have to retype all code? thank you
@sushantpatil7950
@sushantpatil7950 2 жыл бұрын
Hey brother tell me how can I get user UID from this ?
@beautifulhearts
@beautifulhearts 5 жыл бұрын
Help full video Sir..
@86-aditijaiswal48
@86-aditijaiswal48 5 жыл бұрын
Thank you sir, how to integrate Google login video was really helpful.
@rajeshrohit1574
@rajeshrohit1574 5 жыл бұрын
Re checked your video its really nice. Keep rocking dear✌️✌️
@khushimahto5273
@khushimahto5273 5 жыл бұрын
Very helpful vedio😊
@anmolkhurana3987
@anmolkhurana3987 4 жыл бұрын
Very nice bro its working
@asoglobalservicesltd2702
@asoglobalservicesltd2702 3 жыл бұрын
thank you so much for the tutorial
@aryanshmahato
@aryanshmahato 5 жыл бұрын
Bro you have a million subscriber... Buy a good mic...
@maryjoycedolor3815
@maryjoycedolor3815 3 жыл бұрын
It works. Thank you so much.
@AyushSingh-yt5ml
@AyushSingh-yt5ml 5 жыл бұрын
Wow sir... It really helped me a lot.. Eagerly waiting for further video...
@rajanrajukosuri5744
@rajanrajukosuri5744 5 жыл бұрын
Thanx a lot , your lecture really helped me out
@pujamodak2512
@pujamodak2512 5 жыл бұрын
Very knowledgeable video 👍
@annietaylor9813
@annietaylor9813 2 жыл бұрын
thank you for helping me MAD
@annietaylor9813
@annietaylor9813 2 жыл бұрын
thank you for helping me, MADAME
@snehakumari7979
@snehakumari7979 5 жыл бұрын
Very helpful Looking forward for more such videos ✌️
@khushalijiyani6397
@khushalijiyani6397 4 жыл бұрын
Thank You, For such a nice video.
@liemnguyen8649
@liemnguyen8649 2 жыл бұрын
Thank you for the tutorial, it help me right now :'v
@adamsmith456
@adamsmith456 4 жыл бұрын
Thank you Very Much!!
@saurabhsn2411
@saurabhsn2411 4 жыл бұрын
How can we restrict login session only for my application? no other google application effect this lignin process.
@PriyankaKumari-pd3pk
@PriyankaKumari-pd3pk 5 жыл бұрын
Brilliant work👍
@ririsakinah9845
@ririsakinah9845 4 жыл бұрын
thank you bro . this is so usefull
@barbhayavivek
@barbhayavivek 3 жыл бұрын
This is a masterpiece! Keep up such good work champ!
@infogalaxy8318
@infogalaxy8318 2 жыл бұрын
How to know the sign in activity of users..since we have not done th project on firebase console??
@giocornejo2222
@giocornejo2222 4 жыл бұрын
Thanks! That worked pretty well.
@HarshaVardhan-kq1sv
@HarshaVardhan-kq1sv 4 жыл бұрын
I have a doubt , every time when we open our app it should not ask Sign in page until unless we logout from our app. how can we implement it.
@abhijeetkwwl3074
@abhijeetkwwl3074 4 жыл бұрын
if the user was already sign in then also the google sign in page was occurs how to skip the page after successfully sign in google account
@pelumifagbemi
@pelumifagbemi 3 жыл бұрын
What will be the best way to send mail using this same api?
@benjaminjr.togonon3827
@benjaminjr.togonon3827 4 жыл бұрын
Hi sir, Thank You for the tutorial :) how can i get the current User? in order to remain in the profileActivity?
@Tetilla94
@Tetilla94 4 жыл бұрын
I have the same question. Were you able to solve? Thank you.
@whogashaga
@whogashaga 4 жыл бұрын
thanks man!
@FortunateKidz
@FortunateKidz 4 жыл бұрын
my friend, GoogleApiClient is deprecated, how to fix that problem...?
@therealmooo
@therealmooo 4 жыл бұрын
Hello i hope i am not late. While implementing the dependency use 17.0.0 instead of 18.0.0 i.e 'com.google.android.gms:play-services-auth:17.0.0'. This may not be a proper solution as you will be using an older version, but it will do for now.
@FortunateKidz
@FortunateKidz 4 жыл бұрын
Ok, my friend. I will try. Thank you
@sohanpanchasara497
@sohanpanchasara497 4 жыл бұрын
@@therealmooo thanks rishabh it works
@rajeshrohit1574
@rajeshrohit1574 5 жыл бұрын
Please use mic for proper sound quality.
@vishnujm242
@vishnujm242 4 жыл бұрын
'GoogleApiClient' is deprecated. Deprecated in Java
@oussamabaadj9355
@oussamabaadj9355 4 жыл бұрын
what's the alternative ?
@akhilanithin7420
@akhilanithin7420 4 жыл бұрын
Yess same experienced
@chiragkumar1968
@chiragkumar1968 4 жыл бұрын
GoogleSignInClient // Configure sign-in to request the user's ID, email address, and basic // profile. ID and basic profile are included in DEFAULT_SIGN_IN. GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN) .requestEmail() .build(); // Build a GoogleSignInClient with the options specified by gso. mGoogleSignInClient = GoogleSignIn.getClient(this, gso); Reference: stackoverflow.com/questions/57575770/com-google-android-gms-common-api-googleapiclient-is-deprecated
@fernandogomez5760
@fernandogomez5760 3 жыл бұрын
Disculpa, sirve para produccion? probe otro metodo y me sale ApiException = 10 :-(
@cruxinterfaces
@cruxinterfaces 4 жыл бұрын
Nice work, we will be at CES please check us out.
@MrFyce
@MrFyce 4 жыл бұрын
can dont use the GoogleApiClient?
@alanricardo9249
@alanricardo9249 4 жыл бұрын
olv si me funciono gracias.
@專題阿-b6n
@專題阿-b6n 4 жыл бұрын
Excuse me, why does it display login failed when I press login? Thanks.
@candypranav1994
@candypranav1994 4 жыл бұрын
there might be some problem with the credentials.json file I guess!
@iondoga7379
@iondoga7379 4 жыл бұрын
Hi, thx for tutorial I did all what u showed, but error: cannot find symbol variable googleApiClient it seems googleApiClient is now depricated. what i have to do?
@abrahimmahmud150
@abrahimmahmud150 3 жыл бұрын
Hello, sir. I followed tutorial and it work amazingly! I just have one question. How come every time I run the app, it requires the user to sign in. Is there a way to make it so you only have to sign in once and it keeps you logged in, even if you close that app? For example, once you sign into KZbin, you don't have to sign in ever again (unless if you sign out). Can we discuss this further via email/instagram? Thank you!
@liemnguyen8649
@liemnguyen8649 2 жыл бұрын
:'v too late for the answer but u can use sqlite/cookie/session to remember the status of login, i guess
@mrunalmahakala226
@mrunalmahakala226 4 жыл бұрын
How to get phone number and DOB,gender.
@julioriffel
@julioriffel 5 жыл бұрын
Please, add subtitles
@aakashnishad7205
@aakashnishad7205 4 жыл бұрын
Why are using the New things, this should be explained... I think just mugup & practice. 😰
@techajay6029
@techajay6029 5 жыл бұрын
Fb par bhi lao sir ji
@rishavkumar7871
@rishavkumar7871 5 жыл бұрын
Check latest video
How to Integrate Facebook Login In Your Android App using Android Studio
14:31
ProgrammingKnowledge
Рет қаралды 73 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Evolute I-Space - ты просто космос Стас!
19:35
Клубный сервис
Рет қаралды 95 М.
Xamarin Forms : Sign in with Google
18:18
CuriousDrive: Solve Coding Problems & Win Prizes!
Рет қаралды 11 М.
Setup Google OAuth sign in 6 minutes
6:51
Appwrite
Рет қаралды 110 М.
Flutter Apple Sign In With Firebase | Complete Guide
27:02
dbestech
Рет қаралды 31 М.
Новый год 2025 на ТНТ "ComedyVision!" @ComedyClubRussia
1:16:27
How to Make an Android App for Beginners
19:18
Treehouse
Рет қаралды 6 МЛН
Displaying a Google Map using a MapView
9:55
CodingWithMitch
Рет қаралды 75 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН