Integrate Google Sign In in Android Studio using Java | 2022

  Рет қаралды 8,602

Android Knowledge

Android Knowledge

Күн бұрын

Пікірлер: 33
@gmarenzi
@gmarenzi 5 ай бұрын
Hello, GoogleSignInClient is deprecated... and now?
@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 Жыл бұрын
Plz do voice over and make us code understand deeply
@gufraanshaikh8693
@gufraanshaikh8693 Жыл бұрын
Very helpful topic, thanks for sharing 😊
@android_knowledge
@android_knowledge Жыл бұрын
Your welcome 😊
@AdityaEditzYT
@AdityaEditzYT 11 ай бұрын
Plz Make in Kotlin in the Next Video. It's very demanded in proper way plz
@gwynettesalazardesierto6939
@gwynettesalazardesierto6939 8 ай бұрын
Hi! Can u create updated tutorial for configuring the project? I am having a difficult time :'
@gwynettesalazardesierto6939
@gwynettesalazardesierto6939 8 ай бұрын
or do you have an email? I really need this for my project, Thank you!
@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/
@harishajankar296
@harishajankar296 Жыл бұрын
bro whhy every time i have to login .....why its not verify auto and open main activity
@novayoutube2937
@novayoutube2937 Жыл бұрын
Very nice video sir... Keep it up 🙌
@android_knowledge
@android_knowledge Жыл бұрын
Thank you 😊
@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?
@aliabdou7983
@aliabdou7983 10 ай бұрын
Bro i don't know how to make the new config on google
@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
@zareen_kitchen
@zareen_kitchen Жыл бұрын
Wonderful video keep going keep shining 🌟💯
@android_knowledge
@android_knowledge Жыл бұрын
Thank you for the support 😊👍🏻
@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 10 ай бұрын
@@nikzeeiiy UP
@rosettebatuakuilatshibanda5520
@rosettebatuakuilatshibanda5520 Жыл бұрын
In 10:49 you didn't tell students how you get there which website?
@android_knowledge
@android_knowledge Жыл бұрын
I have mentioned the website link in the description box :-)
@gunawansyah9969
@gunawansyah9969 Жыл бұрын
Woww this amazing 🔥🔥🔥
@android_knowledge
@android_knowledge Жыл бұрын
Thanks, buddy :-)
@AdityaEditzYT
@AdityaEditzYT 11 ай бұрын
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
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 131 МЛН
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 10 МЛН
Retrofit in Android Studio using Kotlin | Hindi Explanation
18:49
Android Knowledge - Hindi
Рет қаралды 652
Google Sign In | Firebase + Java | Android Studio Tutorial
14:42
Android Programmers
Рет қаралды 13 М.
All useEffect Mistakes Every Junior React Developer Makes
22:23
React Native vs Flutter in 2024 - Make the RIGHT Choice (Difference Explained)
10:31
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 131 МЛН