Integrate Google Sign In in Android Studio using Java | 2022

  Рет қаралды 7,551

Android Knowledge

Android Knowledge

Күн бұрын

Welcome to Android Knowledge!
In this video, I have share how to integrate google sign in android studio using java. In previous videos, we have used firebase authentication and forgot password.
Gradle Settings:
maven { url 'jitpack.io' }
Dependency:
implementation 'com.github.TutorialsAndroid:GButton:v1.0.19'
implementation 'com.google.android.gms:play-services-auth:20.4.0'
Configure a project:
developers.google.com/identit...
Update: Google Developers have changed the steps for configuring the project.
Refer the below link for new steps to configure the project:
developers.google.com/identit...
Stepwise Videos:
1. Login and Signup using Firebase Authentication in Android Studio using Java:
• Login and Signup using...
2. Forgot Password using Firebase Authentication in Android Studio using Java:
• Forgot Password using ...
3. Integrate Google Sign In in Android Studio using Java | 2022
• Integrate Google Sign ...
Instagram:
/ android_knowledge
My Best Laptop for Android Development:
amzn.to/3wVfgnE
Source Code:
androidknowledge.com/login-si...
My Laptop SSD for Fast Android Studio Experience:
amzn.to/40qvoLo
My Laptop Stand with Cooling Fans - Avoid Heating Due to Android Studio:
amzn.to/3RxeGpV
If you have any queries or errors, please feel free to comment below :-)
Please subscribe to my channel 😊👍
Chapters:
0:00 - Intro
0:08 - Pre-requisites
0:50 - activity_login.xml
1:54 - activity_main.xml
3:36 - LoginActivity.java
8:18 - MainActivity.java
12:22 - Output
Keywords:
Integrate Google Sign In in Android Studio using Java | 2022
google sign in android studio,android studio,how to sign in with google in android studio,google account login android,how to login with gmail in android studio,google sign in your android,android tuto,android studio tutorial 2021,integrate google sign in,login with google sign in using firebase,google sign,how to implement google sign in using firebase,android oauth2,integrate google sign,android,android tutorial,andriod, configure google account, login and signup using android studio, signin with google in android studio in application, java, google signin in login and signup using firebase in android studio, google signup, logout google sign in, how to integrate google sign in in android studio using java.
Hashtags:
#android #androidstudio #google
Disclaimer:
We are a participant in the Amazon Associates Program, an affiliate marketing program designed to provide a means for us to earn fees when you click on a product link and make a purchase with no extra cost to you.
All rights reserved by Android Knowledge ©

Пікірлер: 34
@gmarenzi
@gmarenzi Ай бұрын
Hello, GoogleSignInClient is deprecated... and now?
@gufraanshaikh8693
@gufraanshaikh8693 Жыл бұрын
Very helpful topic, thanks for sharing 😊
@android_knowledge
@android_knowledge Жыл бұрын
Your welcome 😊
@novayoutube2937
@novayoutube2937 Жыл бұрын
Very nice video sir... Keep it up 🙌
@android_knowledge
@android_knowledge Жыл бұрын
Thank you 😊
@zareen_kitchen
@zareen_kitchen Жыл бұрын
Wonderful video keep going keep shining 🌟💯
@android_knowledge
@android_knowledge Жыл бұрын
Thank you for the support 😊👍🏻
@harishajankar296
@harishajankar296 Жыл бұрын
bro whhy every time i have to login .....why its not verify auto and open main activity
@aliabdou7983
@aliabdou7983 6 ай бұрын
Bro i don't know how to make the new config on google
@AdityaEditzYT
@AdityaEditzYT Жыл бұрын
Plz do voice over and make us code understand deeply
@eoghanfeighery7383
@eoghanfeighery7383 Жыл бұрын
Any possibility of a tutorial of implementing Google Calendar Clone or a calendar with notifications for Java? Also Merry Christmas
@android_knowledge
@android_knowledge Жыл бұрын
I'll try. Merry Christmas 🎄
@AdityaEditzYT
@AdityaEditzYT 8 ай бұрын
Plz Make in Kotlin in the Next Video. It's very demanded in proper way plz
@saketsourav7893
@saketsourav7893 Жыл бұрын
Can you please tell us from where you get the background image
@android_knowledge
@android_knowledge Жыл бұрын
I created background image in canva :-) You can download from here: androidknowledge.com/login-signup-android-firebase/
@gunawansyah9969
@gunawansyah9969 Жыл бұрын
Woww this amazing 🔥🔥🔥
@android_knowledge
@android_knowledge Жыл бұрын
Thanks, buddy :-)
@CarlaBoscolo
@CarlaBoscolo Жыл бұрын
Can you do the tutorial of how to log in with facebook?
@tianjian882004
@tianjian882004 Жыл бұрын
When I configure the project in developer.google, the request failed. The error message is "The request failed because a resource already exists." Does it mean that I already configued the project? I clicked the "sign in with google button", there is no response. I have cleaned and rebuild the project. Could you please help me on this?
@tianjian882004
@tianjian882004 Жыл бұрын
The error message shown in logcat is: W A resource failed to call close. 2023-01-16 15:01:14.342 2996-3042 GooglePlayServicesUtil com.example.signuploginfirebase W com.example.signuploginfirebase requires the Google Play Store, but it is missing. 2023-01-16 15:01:14.343 2996-3042 GoogleApiManager com.example.signuploginfirebase W The service for com.google.android.gms.auth.api.signin.internal.zbe is not available: ConnectionResult{statusCode=SERVICE_INVALID, resolution=null, message=null} 2023-01-16 15:01:16.109 2996-2996 GooglePlayServicesUtil com.example.signuploginfirebase W com.example.signuploginfirebase requires the Google Play Store, but it is missing. 2023-01-16 15:01:16.110 2996-2996 DynamiteModule com.example.signuploginfirebase W Local module descriptor class for com.google.android.gms.auth.api.fallback not found.
@android_knowledge
@android_knowledge Жыл бұрын
I tried configuring my project two times and it did successfully configured so above error has no link. As I'm not aware with your code, I would give you few checkpoints: 1. Make sure you have added maven { url 'jitpack.io' } at 0:15 2. Make sure you have added both dependency at 0:26 3. Added Internet Permission at 0:42 4. Compare your code with the source code androidknowledge.com/login-signup-android-firebase/ 5. Enter project name and product name as per your wish at 11:08 6. Select Android for Configure OAuth Client at 11:23 7. Paste package name from gradle as shown at 11:35 8. Paste SHA-1 as shown at 11:48 Hopefully, it should work now :-)
@tianjian882004
@tianjian882004 Жыл бұрын
@@android_knowledge For your answer 2, I have added in the two dependency as shown below: dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.gms:play-services-auth:20.4.0' implementation 'com.github.TutorialsAndroid:GButton:v1.0.19' implementation 'com.google.firebase:firebase-auth:21.1.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' }
@tianjian882004
@tianjian882004 Жыл бұрын
@@android_knowledge After I pasted my SHA-1, the error message shown " "The request failed because a resource already exists." What shall I do?
@suryakumars147
@suryakumars147 Жыл бұрын
i didnt get that configure project in 10.48.. any help
@android_knowledge
@android_knowledge Жыл бұрын
Google Developers have changed the steps for configuring the project. Refer the below link for new steps to configure the project: developers.google.com/identity/sign-in/android/start-integrating#configure_a_project
@gwynettesalazardesierto6939
@gwynettesalazardesierto6939 4 ай бұрын
Hi! Can u create updated tutorial for configuring the project? I am having a difficult time :'
@gwynettesalazardesierto6939
@gwynettesalazardesierto6939 4 ай бұрын
or do you have an email? I really need this for my project, Thank you!
@nikzeeiiy
@nikzeeiiy Жыл бұрын
Bro configure a project not showing in this page .. any solution??
@android_knowledge
@android_knowledge Жыл бұрын
Google Developers have changed the steps for configuring the project. Refer the below link for new steps to configure the project: developers.google.com/identity/sign-in/android/start-integrating#configure_a_project
@nikzeeiiy
@nikzeeiiy Жыл бұрын
@@android_knowledge please can you explain the new steps plzz 🥺
@aliabdou7983
@aliabdou7983 6 ай бұрын
@@nikzeeiiy UP
@rosettebatuakuilatshibanda5520
@rosettebatuakuilatshibanda5520 9 ай бұрын
In 10:49 you didn't tell students how you get there which website?
@android_knowledge
@android_knowledge 9 ай бұрын
I have mentioned the website link in the description box :-)
@AdityaEditzYT
@AdityaEditzYT 8 ай бұрын
Plz Make in Kotlin in the Next Video. It's very demanded in proper way plz
Alarm Clock with Notifications in Android Studio using Java | Alarm Manager
16:20
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 114 М.
Haha😂 Power💪 #trending #funny #viral #shorts
00:18
Reaction Station TV
Рет қаралды 16 МЛН
ОСКАР ИСПОРТИЛ ДЖОНИ ЖИЗНЬ 😢 @lenta_com
01:01
Onboarding Walkthrough Screens in Android Studio using Java | ViewPager
22:13
RecyclerView in android studio | 2024 [JellyFish] Tutorial | Kotlin
12:48
Firebase Google Sign In | Android Studio | Java
28:07
Atif Pervaiz
Рет қаралды 15 М.
Project-Based Augmented Reality Course with Unity Engine and AR Foundation
2:02:24
Forgot Password using Firebase Authentication in Android Studio using Java
13:42
Собери ПК и Получи 10,000₽
1:00
build monsters
Рет қаралды 2,2 МЛН
Хотела заскамить на Айфон!😱📱(@gertieinar)
0:21
Взрывная История
Рет қаралды 5 МЛН