Login and Signup using Firebase Realtime Database in Android Studio | Kotlin

  Рет қаралды 17,399

Android Knowledge

Android Knowledge

Күн бұрын

Пікірлер: 45
@Al-Balag3294
@Al-Balag3294 Жыл бұрын
Best and useful video for all developer interested in kotlin. Thanks for you
@fredjakaa246
@fredjakaa246 Жыл бұрын
🎉🎉🎉 Always on point
@memeshorts0113
@memeshorts0113 Жыл бұрын
Thanks ma'am for this video☺️
@vikashtiwari8360
@vikashtiwari8360 Жыл бұрын
Mam please bring some projects in rest API
@novayoutube2937
@novayoutube2937 Жыл бұрын
What a video ma'am tysm you are the best👍🏼
@Nemesis-tz2kb
@Nemesis-tz2kb 5 ай бұрын
Very usefull thanks alot, keep up the work🎉. I was tried to learn programming especially kotlin for mobile dev arround 2 months ago, do you have any reccomendation source material to learn this learning path (if it possible it was using english language)? sadly i was slow at this and got alot of confusion at it
@iqbalrivaldi2856
@iqbalrivaldi2856 Жыл бұрын
Very nice mam for learn kotlin
@gufraanshaikh8693
@gufraanshaikh8693 Жыл бұрын
Well explained 💯
@anonimanonim1223
@anonimanonim1223 Жыл бұрын
Can you please provide a source code. It is a first time I am learning how to make android app, but I am having issues, not your fault, I am doing something wrong. Can you please provide a source code, it will be easier for me. I would appreciate it. When you make next videos can you provide source code also? I like your videos.
@pavithran1980
@pavithran1980 Жыл бұрын
Thanks a lot your vedios are so helpful
@DarkDylan932
@DarkDylan932 6 ай бұрын
you saved my day!! tysm
@Fushiguro101
@Fushiguro101 Жыл бұрын
Please make a playlist for APIs in android studio like Firebase
@Sourav_8089
@Sourav_8089 Ай бұрын
Mam plz one video for complain register app . If one register then authorized person can close it. Plzzz
@teteuvalverde
@teteuvalverde Жыл бұрын
at the end of the video, "output" does it show automatically "users" and "ID" or do you need to create it manually? 32:10
@android_knowledge
@android_knowledge Жыл бұрын
At 14:00 - I have created "users" and at 15:40 - I have initialised id.
@beryreby6517
@beryreby6517 7 ай бұрын
why "Login Failed"? is there any way to fix this? i implemented each syntax correctly or maybe i have a mistake or smth?
@android_knowledge
@android_knowledge 6 ай бұрын
Any error captured in logcat?
@projecttaqy
@projecttaqy 7 ай бұрын
I can register and successfully enter the database, but when I log in, it always says "login failed" even though the username and password match the database, can u help me please
@wikitech3182
@wikitech3182 6 ай бұрын
I have find the solution
@wikitech3182
@wikitech3182 6 ай бұрын
Wo UserData class mein id ko first pe declare kiya ha usko last per karo first aur second per username aur password karo
@НаильСабиров-з1ц
@НаильСабиров-з1ц 10 ай бұрын
Thank you for video! But I have one error in one plase: if(userData != null && userData.password == password) .password - android.studio highlights it in red. I don't know why) Can you help me please?
@SanthoshKumar-q8s2o
@SanthoshKumar-q8s2o Жыл бұрын
in this firebase realtime db was used then who we put if user already loginin then it directly intent to mainActivity how to implement this in this method
@69_ritesh_shinde3
@69_ritesh_shinde3 Жыл бұрын
in which android studio version is she coding? I want to know it as soon as possible...project is on the deadline
@abhinav_1729
@abhinav_1729 6 ай бұрын
thank u
@Ibrohim_devv
@Ibrohim_devv 11 ай бұрын
Every time of entering the app why we need to login. How can I enter home activity if I had logged in ? (Sorry for my english I'm from Uzbekistan 🇺🇿)
@android_knowledge
@android_knowledge 11 ай бұрын
You can refer the below link for keeping the user logged in: stackoverflow.com/questions/22262463/firebase-how-to-keep-an-android-user-logged-in
@vinodkumar-zq3mo
@vinodkumar-zq3mo 6 ай бұрын
i make app using your video it's not show me login and registration page directly its throw me on last page plese reply and help me on it asap
@android_knowledge
@android_knowledge 6 ай бұрын
Make sure your launcher screen is login in AndroidManifest.
@gunelsultanova4273
@gunelsultanova4273 Жыл бұрын
Nice video, but for me there is no toast coming up when i press the signup button. Anyone else has the same problem?
@AyushKumar-kj6lp
@AyushKumar-kj6lp Жыл бұрын
15:54 giving error Cannot access '': it is private in 'UserData' ,
@android_knowledge
@android_knowledge Жыл бұрын
Make access modifier as public.
@koobeeneer7437
@koobeeneer7437 11 ай бұрын
you should always hash passwords
@adityajuliawansuryaputra-4375
@adityajuliawansuryaputra-4375 11 ай бұрын
whare can i found the image?
@android_knowledge
@android_knowledge 11 ай бұрын
Check the below link: drive.google.com/drive/u/0/mobile/folders/1kBiR56jI27ddT4WPvMrH8pQuW1NekhUe?usp=sharing
@Ibrohim_devv
@Ibrohim_devv 11 ай бұрын
I need source codes pls
@nurulaisyah3513
@nurulaisyah3513 9 ай бұрын
idk why my sign up cannot be clicked. i followed the instruction without error. is it because of my emulator 🥲
@android_knowledge
@android_knowledge 9 ай бұрын
Any error captured in logcat? If you feel it's because of emulator, try running the app on device.
@nurulaisyah3513
@nurulaisyah3513 9 ай бұрын
yes, there is one error in logcat. "Access denied finding property 'ro.vendor.scroll.preobtain.enable'" do you know how to solve this?
@RootFlasTechnology
@RootFlasTechnology 11 ай бұрын
Can you please provide a source code. It is a first time I am learning how to make android app, but I am having issues, not your fault, I am doing something wrong. Can you please provide a source code, it will be easier for me. I would appreciate it. When you make next videos can you provide source code also? I like your videos.
@RootFlasTechnology
@RootFlasTechnology 11 ай бұрын
Can you please provide a source code. It is a first time I am learning how to make android app, but I am having issues, not your fault, I am doing something wrong. Can you please provide a source code, it will be easier for me. I would appreciate it. When you make next videos can you provide source code also? I like your videos.
@RootFlasTechnology
@RootFlasTechnology 11 ай бұрын
Can you please provide a source code. It is a first time I am learning how to make android app, but I am having issues, not your fault, I am doing something wrong. Can you please provide a source code, it will be easier for me. I would appreciate it. When you make next videos can you provide source code also? I like your videos.
@RootFlasTechnology
@RootFlasTechnology 11 ай бұрын
Can you please provide a source code. It is a first time I am learning how to make android app, but I am having issues, not your fault, I am doing something wrong. Can you please provide a source code, it will be easier for me. I would appreciate it. When you make next videos can you provide source code also? I like your videos.
@RootFlasTechnology
@RootFlasTechnology 11 ай бұрын
Can you please provide a source code. It is a first time I am learning how to make android app, but I am having issues, not your fault, I am doing something wrong. Can you please provide a source code, it will be easier for me. I would appreciate it. When you make next videos can you provide source code also? I like your videos.
@RootFlasTechnology
@RootFlasTechnology 11 ай бұрын
Can you please provide a source code. It is a first time I am learning how to make android app, but I am having issues, not your fault, I am doing something wrong. Can you please provide a source code, it will be easier for me. I would appreciate it. When you make next videos can you provide source code also? I like your videos.
@RootFlasTechnology
@RootFlasTechnology 11 ай бұрын
Can you please provide a source code. It is a first time I am learning how to make android app, but I am having issues, not your fault, I am doing something wrong. Can you please provide a source code, it will be easier for me. I would appreciate it. When you make next videos can you provide source code also? I like your videos.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 16 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 85 МЛН
НАШЛА ДЕНЬГИ🙀@VERONIKAborsch
00:38
МишАня
Рет қаралды 3,2 МЛН
Login and Signup using SQLite in Android Studio | Kotlin
34:18
Android Knowledge
Рет қаралды 12 М.
Git MERGE vs REBASE: The Definitive Guide
9:39
The Modern Coder
Рет қаралды 122 М.