Login and Signup using Firebase Realtime Database in Android Studio | Explanation Video

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

Android Knowledge

Android Knowledge

Күн бұрын

Пікірлер: 51
@android_knowledge
@android_knowledge Жыл бұрын
Please, change: 1. reference.child(name).setValue(helperClass); to reference.child(username).setValue(helperClass); in SignupActivity at 15:22 2. if(!Objects.equals(passwordFromDB, userPassword)) to if (passwordFromDB.equals(userPassword)) in LoginActivity at 20:10 Refer updated source code: androidknowledge.com/login-signup-android-studio-firebase-realtime/
@siryellow371
@siryellow371 Жыл бұрын
Hi sir, can you make more videos about login - account registration with google? Thank!!!!
@akhmadkhoirudin53
@akhmadkhoirudin53 Жыл бұрын
how to create a login by creating access rights admins and users?
@sadness9438
@sadness9438 4 ай бұрын
After changing the code still there is an error that user does not exist plz tell How to solve this error
@nyambegivenlinyotwa26
@nyambegivenlinyotwa26 2 ай бұрын
this is amazing it helped me with my school project Thank you very much
@karthickg5202
@karthickg5202 Ай бұрын
In kola version adding the realtime database SDK is not working can any one work
@p3pp3rmint-cg2wk
@p3pp3rmint-cg2wk 14 күн бұрын
yesss 😭
@bvndio3736
@bvndio3736 10 ай бұрын
Muchisimas gracias por el video me sirvio demasiado para una aplicacion que estoy haciendo de tarea para la universidad!!
@greendinerrecipes172
@greendinerrecipes172 Жыл бұрын
Excellent video tutorial, but you didn't complete the Register Activity Java class. going by what you did here, there are so many red flags and errors. check very well
@Psychopatz
@Psychopatz Жыл бұрын
I watched countless of tutorials with regards to this and I was shocked that we can automate the imports easily, the firebase tutorial also doesnt help. SUPERRTHANKSSSSS TO YOU Ma'am!!!!
@DarlingHiroXX
@DarlingHiroXX 5 ай бұрын
Thanks It worked, However, I am wondering why didn't you used constraint layout?
@juniorngoie-z6s
@juniorngoie-z6s 11 ай бұрын
thanks for the video really appreciate and helpful, i'm creating a mobile app based location i would like if you can show me how to store a location in the database
@dipjyotigayan7860
@dipjyotigayan7860 Жыл бұрын
Thanks.... your videos are so much informative......❤❤❤❤❤❤ I need a help , I am getting this message : [Firebase] Client access to your Realtime Database 'store-data-realtime' is expiring soon Can you please tell me how to avoid this
@android_knowledge
@android_knowledge Жыл бұрын
As it was in the test mode, hence the period was of 30 days only after that it will get expired. So, you need to change the date in the firebase rules. Check the below link for more detail: stackoverflow.com/questions/58869759/email-firebase-client-access-to-your-cloud-firestore-database-expiring-in-x-d
@aww.moment-05
@aww.moment-05 6 ай бұрын
I am not getting the option to click on continue ??
@hotmysterytamil
@hotmysterytamil 6 ай бұрын
Wow! How to memory in this codes and thank u
@milandeori5135
@milandeori5135 6 ай бұрын
Didi your explanation is too good ❤
@kellygrace-ei6wm
@kellygrace-ei6wm 6 ай бұрын
thankyou. this was very helpful and well detailed
@devabdul
@devabdul Жыл бұрын
Thank you so much did. you're amazing mentor ❤
@android_knowledge
@android_knowledge Жыл бұрын
😊👍🏻
@sammyomoto5456
@sammyomoto5456 9 ай бұрын
Do you have a video for creating multiple user log in and sign in. E.g. admin and user?
@jovianjayome7251
@jovianjayome7251 6 ай бұрын
do you manage to find one?
@raveeshamadhumal9338
@raveeshamadhumal9338 10 ай бұрын
Thank you so much for the vid. Keep upload these types of content.
@Mohit-il9gx
@Mohit-il9gx Жыл бұрын
Can provide you Firebase code just the curd functions function not the full code
@sumitsalve6060
@sumitsalve6060 25 күн бұрын
Main Activity code please
@kenilbhungani536
@kenilbhungani536 8 ай бұрын
You are unbelievable thanks for tutorial.
@pjpj2177
@pjpj2177 4 ай бұрын
the app does not run and always says that it keeps stopping :(
@sayer3710
@sayer3710 Жыл бұрын
Can u upload a video how to add logout feature Pls! Thx
@novayoutube2937
@novayoutube2937 Жыл бұрын
Thanks for this video!
@android_knowledge
@android_knowledge Жыл бұрын
:-)
@3ezoTech7-10
@3ezoTech7-10 Жыл бұрын
Can you do uploading and retrieving pdf file using REST Api or Firebase its so hard i feel Broken from it
@glydelsolis5066
@glydelsolis5066 7 ай бұрын
mine wont show dependencies set up correctly
@WNFDraco
@WNFDraco Жыл бұрын
Thank you very much🎉
@dar649
@dar649 Жыл бұрын
Thanks
@shahenshahgaming9998
@shahenshahgaming9998 Жыл бұрын
And then create a chat app like imo whatsapp?please give me the video
@M.HPriyanka
@M.HPriyanka Жыл бұрын
keep it up. Thank you
@mukeshkeswani3763
@mukeshkeswani3763 Жыл бұрын
Hello Login shows user does not exists
@shmrawnak2636
@shmrawnak2636 8 ай бұрын
delete the Query line in login activity "Query checkUserDatabase = reference.orderByChild("username").equalTo(userUsername);" ....instead of the next line "checkUserDatabase.addListenerForSingleValueEvent(new ValueEventListener()" use "reference.addListenerForSingleValueEvent(new ValueEventListener()"..
@imtiazzihad3998
@imtiazzihad3998 8 ай бұрын
same
@imtiazzihad3998
@imtiazzihad3998 8 ай бұрын
you are solved the problem? @@shmrawnak2636
@leenyt1574
@leenyt1574 6 ай бұрын
How to fix this?
@hieuk4t3
@hieuk4t3 3 ай бұрын
@@leenyt1574 have you fixed it ?
@satyajitredekar
@satyajitredekar 7 ай бұрын
I love you 😍💗
@JullianGeraldizo
@JullianGeraldizo 3 ай бұрын
15:56
@salimrashid5523
@salimrashid5523 5 ай бұрын
14:36
@Tahadar-gz5we
@Tahadar-gz5we Жыл бұрын
Hallo mam plz speaks hindi
@dar649
@dar649 Жыл бұрын
Hallo mam plz speaks hindi or urdu
@aqnodj
@aqnodj 8 ай бұрын
@android_knowledge it has evo gen virus i cant open the app, help pls
@dazyemen6272
@dazyemen6272 Жыл бұрын
Thanks
Login and Registration using Firebase in Android
36:33
Codes Easy
Рет қаралды 356 М.
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 28 МЛН
Bike Vs Tricycle Fast Challenge
00:43
Russo
Рет қаралды 109 МЛН
She's very CREATIVE💡💦 #camping #survival #bushcraft #outdoors #lifehack
00:26
Крутой фокус + секрет! #shorts
00:10
Роман Magic
Рет қаралды 29 МЛН
Login and Signup using SQLite Database in Android Studio | Java
24:09
Android Knowledge
Рет қаралды 76 М.
SQLite Database for Android - Full Course
1:28:22
freeCodeCamp.org
Рет қаралды 250 М.
PM  Netanyahu | I have a message to the world, we are winning
10:34
Eye of the World
Рет қаралды 16
Notes App With Firebase | Android | 2024
1:36:01
Easy Tuto
Рет қаралды 52 М.
How to Login and Register using Firebase Realtime Database  | Android Firebase Tutorials - 01
28:35
Getting started with Firebase on Android
12:24
Firebase
Рет қаралды 92 М.
Implement Firebase Firestore in your app using Jetpack Compose
17:13
Daniel Atitienei
Рет қаралды 1,6 М.
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 28 МЛН