Login & Register Android App Using Firebase | Android Studio Authentication Tutorial - FIrebase Auth

  Рет қаралды 102,566

Technical Skillz

Technical Skillz

Күн бұрын

Hi
I am Shafaqat Ali & Welcome to My youtube channel Technical Skillz.
About this video:
This video is about android development main focus of this video on Authentication. This is the complete video of android Register and login Authentication.
Login & Register Android App Using Firebase | Android Studio Authentication Tutorial - FIrebase Auth
If you Like the video Press Like button and subscribe my Channel. Thank you so much.
Advance Responsive Design Login & Register Activity using constraint Layout in Android Studio
• Advance Responsive Des...
Login & Register Android App Using Firebase | Android Studio Authentication Tutorial - FIrebase Auth
• Login & Register Andro...
Google Sign In Android | Login With Google Using Firebase Authentication In Android with no Error
• Google Sign In Android...
Login With Facebook In Android App Using Firebase | Android Facebook Authentication Android Studio
• Login With Facebook In...
Android GitHub Login-Sign In using Firebase Authentication Android Studio | GitHub Login Firebase
• Android GitHub Login-S...
Android Fingerprint Authentication - Lock App - Android App Login Using Fingerprint Android Studio
• Android Fingerprint Au...
Android Fingerprint Authentication Using Server - Firebase Login Using Fingerprint Android Studio
• Android Fingerprint Au...
Android Twitter Login-SignIn using Firebase Authentication Android Studio | Twitter Login Firebase
• Android Twitter Login...
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Find Others Videos
Chat me App playlist
• Chat Me App
Firebase Authentications
• Firebase Authenticatio...
Firebase Database Simple App
• Firebase ( Database & ...
Activity & Fragment Communitication
• Activity & Fragment & ...
Navigation Drawer
• Android Navigation Dra...
Android Alert Dialoge & Snackbar Tutorials
• Android Alert Dialoge ...
ViewPager and Swipe View
• Android ViewPager & Ta...
Room Database
• Android Notification T...
Appbar/ToolBar
• Android AppBar ( Toolb...
Firebase Storage
• Firebase Storage Tutor...
Recyclerview
• Android RecyclerView
Android Firebase Realtime Database Tutorials
• Android Firebase Realt...
FirebaseUI RecyclerView
• FirebaseUI RecyclerView
-----------------------------------------------------------------------------------------------------------------------------------------------------------
DISCLAIMER: This Channel DOES NOT Promote or encourage Any illegal activities, all contents provided by This Channel is meant for EDUCATIONAL PURPOSE only.
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Our Social Links:
KZbin : / technicalskillz
Facebook : / bscsworld
Twitter : / bscsworld
instagram : / bscsworld
Email :bscsworld@gmail.com
#RegisterLogin
#technicalskillz
#FirebaseAuth
#Authentication
#ShafaqatAli

Пікірлер: 146
@EngineeredFemale
@EngineeredFemale Жыл бұрын
Thankyou so much man. This works even after 1.5 years. As of 28th Oct 2022
@technicalskillz
@technicalskillz Жыл бұрын
You're welcome
@nadhirahahmad7028
@nadhirahahmad7028 2 жыл бұрын
thank you sir for sharing this video. It really help me for my project. :) Excellent job! I really apperciate your effort
@technicalskillz
@technicalskillz 2 жыл бұрын
You are most welcome
@rektgaming69
@rektgaming69 2 жыл бұрын
i want to add Username in Register activity , will it show the user name as well in firebase , adding one more string ?
@ayonoppy2953
@ayonoppy2953 2 жыл бұрын
First of all thanks ,sir. I need some help from you. Actually after executing your java code ,why I can't go another page? When I clicked Submit or log in button ,it worked just like a back button. Waiting for your help, sir. Thank you.
@technicalskillz
@technicalskillz 2 жыл бұрын
I think you are opening same page again and again, Use other activity.
@ayonoppy2953
@ayonoppy2953 2 жыл бұрын
@@technicalskillz No, Sir. When I used virtual device email,password is stored in firebase, but when I clicked submit or log in button it didn't work properly. Actually, when I clicked these buttons, virtual device was automatically back in mobile screen😞, Thanks for your Communication.
@thereflectionofai
@thereflectionofai Жыл бұрын
But how it will work on my app ? I want to add this feature on my app .please give me solution
@yakshkothari2309
@yakshkothari2309 3 жыл бұрын
Very Helpful Short and instructive!!
@technicalskillz
@technicalskillz 3 жыл бұрын
Thanks Dear
@SafariY0
@SafariY0 2 жыл бұрын
Nice and straight to the point!
@todaywithusman2673
@todaywithusman2673 2 жыл бұрын
Can you help me? When i click on create account app will crash.
@AbhishekGupta-if3rb
@AbhishekGupta-if3rb 2 жыл бұрын
Please 🙏 create a video for storing the login details of user logged in through Email sign-in method using shared preferences. You haven't used the shared preferences for storing the user logged details in the app.
@technicalskillz
@technicalskillz 2 жыл бұрын
For Firebase authentication we havn't need offline share preferences. bcz you can check Firebase Auth already providing the instance if user already logged in or not. Here is code mUser = mAuth.getCurrentUser(); if (mUser != null) { Intent intent = new Intent(LoginActivity.this, MainActivity.class); startActivity(intent); finish();
@erukkhayalaat5934
@erukkhayalaat5934 Жыл бұрын
Thank you for this tutorial, keep up the good work😃
@technicalskillz
@technicalskillz Жыл бұрын
Thanks, will do!
@nademabomokh3191
@nademabomokh3191 3 жыл бұрын
hi friend , i see you have two videos about firbase Authentication , so well you the same thing in google sign In can you tell what's the diffrence just to know which to take?
@technicalskillz
@technicalskillz 3 жыл бұрын
You talking about firebase Authentication or Google Sign In FIrebase Authentication ?? You can use any video.Difference is only how we can follow docs
@rupeshyadavdairies
@rupeshyadavdairies 2 жыл бұрын
Thanks man it helped me finally ,Kudos to your great effort!
@technicalskillz
@technicalskillz 2 жыл бұрын
Glad it helped
@demmaappgame3338
@demmaappgame3338 2 жыл бұрын
ciao Grazie mille sei stato fantastico. vorrei sapere come faccio ad aggiungere una checkbox per salvare il login ? grazie mille
@technicalskillz
@technicalskillz 2 жыл бұрын
contact at scsworld@gmail.com
@demmaappgame3338
@demmaappgame3338 2 жыл бұрын
@@technicalskillz ho inviato una email Grazie mille
@nayangupta9467
@nayangupta9467 2 жыл бұрын
nice video in world ever best of luck bro
@technicalskillz
@technicalskillz 2 жыл бұрын
Thanks for appreciation
@drishtirai3293
@drishtirai3293 3 жыл бұрын
hello sir your're is so helpful, but when i click register button after or before doing email and password it only goes to login page and nothing data is stored what to do??
@technicalskillz
@technicalskillz 3 жыл бұрын
Don't know what is error .Without Error i cant guess what is problem in your code.
@NeerajSingh-oc5hu
@NeerajSingh-oc5hu Жыл бұрын
Bro can you make a video on Google signIn with authentication using kotlin firebase with this layout???
@technicalskillz
@technicalskillz Жыл бұрын
Soon
@tweetybird.1894
@tweetybird.1894 3 жыл бұрын
Thank you so much. successfully learned to use firebase in the app.
@technicalskillz
@technicalskillz 3 жыл бұрын
Great to hear!
@demmaappgame3338
@demmaappgame3338 2 жыл бұрын
hello Thank you very much you were fantastic. I would like to know how do I add a checkbox to save the login? a thousand thanks
@technicalskillz
@technicalskillz 2 жыл бұрын
Add one checkBox and when user Checked you need to save email and password with share prefe and also get share pref to add in editText
@demmaappgame3338
@demmaappgame3338 2 жыл бұрын
I can not make it
@apos1land
@apos1land Жыл бұрын
Hello, in many tutorials, in Firebase Assistant of Android Studio, there is the option "Email and password authentication" under Authentication. Why I can't see it right now? Is it the same of choosing "Authenticate using a custom authentication system" as you suggest on your video? (0:45) Thank you.
@technicalskillz
@technicalskillz Жыл бұрын
You can choose any authentication it will add same library. So choose custom or any other auth.
@apos1land
@apos1land Жыл бұрын
@@technicalskillz thank u very much my friend for the quick response.
@oberlexia
@oberlexia Жыл бұрын
Thank you for making this video, worked great!
@technicalskillz
@technicalskillz Жыл бұрын
You're welcome!
@gaganm6593
@gaganm6593 Жыл бұрын
Bro I'm getting error can u help out
@nehachaudhari4469
@nehachaudhari4469 3 жыл бұрын
Thank uhh so much. This video is very helpful ✨
@technicalskillz
@technicalskillz 3 жыл бұрын
Most welcome 😊
@Kuui22
@Kuui22 2 жыл бұрын
Thank you for this good tutorial! Got it working.
@technicalskillz
@technicalskillz 2 жыл бұрын
You're welcome!
@laibakanwal3577
@laibakanwal3577 Жыл бұрын
Im faceing 2 errors i Have rechecked through the whole code but couldn't find how to resolve it one on getCurrentUser and other on signINWithEmailAndPassword its says that cannot reslove method in FirebaseAuth
@AmitSaini-pb2ek
@AmitSaini-pb2ek 2 жыл бұрын
after registration login with another email even than success (no error) with Another mail that mail with not registeration
@technicalskillz
@technicalskillz 2 жыл бұрын
You need to logout first
@LokyVanHelsing
@LokyVanHelsing 3 жыл бұрын
thank you much love and support from italy
@technicalskillz
@technicalskillz 3 жыл бұрын
Thanks Dear, My Pleasure.
@reccarejuso5400
@reccarejuso5400 2 жыл бұрын
, thank you for this video, sir what do i need to check in confirm password , even the password is the same there a pop up that it doesn't match
@technicalskillz
@technicalskillz 2 жыл бұрын
in second else if part check if confirm password not matched with password then show error.
@hadianoor3464
@hadianoor3464 Жыл бұрын
This is a very helpful video, but I am having some issue. When i click my registration button it shows firebase exception the one that we are printing when task becomes unsuccessful, I can't understand why?
@technicalskillz
@technicalskillz Жыл бұрын
show logcat message and check what is error message task.getExP...()
@gvolyrics
@gvolyrics Жыл бұрын
Thanks a lot bro, You saved the day ❤
@technicalskillz
@technicalskillz Жыл бұрын
Welcome 👍
@tharushanjaganathapillai2386
@tharushanjaganathapillai2386 Жыл бұрын
Thanks bro very helpful
@technicalskillz
@technicalskillz Жыл бұрын
Happy to help
@benezers
@benezers 2 жыл бұрын
Hey man nice video. I have a question. What is the mUser for? I dont see the variable being used anywhere in the code. Thank you.
@technicalskillz
@technicalskillz 2 жыл бұрын
Its used to get the instance of user from firebase. Ignore that.
@imotaku6951
@imotaku6951 3 ай бұрын
Thank you, i have a request how to change passwaord in Forgot password?
@Sankar_R_Basisth
@Sankar_R_Basisth 2 жыл бұрын
I don't know whats wrong... When I click login btn , the app closes down. What might be the problem?
@technicalskillz
@technicalskillz 2 жыл бұрын
Check Logcat why its crashing. Maybe you didnt intiized any variable
@Sankar_R_Basisth
@Sankar_R_Basisth 2 жыл бұрын
Nope.... Checked everything.... Still the same. What to do now..??🤔🤔🤔
@abhisekpattnaik2282
@abhisekpattnaik2282 8 ай бұрын
That is authentication because anyone give random email and they navigation main page please check before the user is verify or not
@nsovomercy1358
@nsovomercy1358 8 ай бұрын
Hey what if I want to preform a username and not email for the fire base
@technicalskillz
@technicalskillz 8 ай бұрын
username is not working in firebase authentication. if you want csutom ath you need to to se firebase realtime database to make custom auth.
@thejesh8654
@thejesh8654 2 жыл бұрын
I can build the project successfully before connecting my project to firebase. But after connecting build error is getting. The error was : zip file header not found , cannot parse string path .caches transform3 something like these....?
@KandiSAIMusic
@KandiSAIMusic 2 жыл бұрын
How did you make the password hidden when you type it in the registration page?
@technicalskillz
@technicalskillz 2 жыл бұрын
setType in editText is textPassword
@Politicalnews12
@Politicalnews12 3 жыл бұрын
Sir agar user ik bar login ho gya to usko dubara login na hona pre wo code to apne bataya hi nhi?? Sir please reply with code
@technicalskillz
@technicalskillz 3 жыл бұрын
Check if(FirebaseAuth.getInstance();getCusrrentUser()!=null) { //Open Homeactivity }
@sopheakdeycambodia8190
@sopheakdeycambodia8190 3 жыл бұрын
Hello sir, I have one question. How many user that can register into Firebase Database and can store when we use Firebase free plan?
@technicalskillz
@technicalskillz 3 жыл бұрын
firebase.google.com/docs/database/usage/limits
@qaisalomrani3900
@qaisalomrani3900 Жыл бұрын
Can you make login with 2 level of user access (admin and client), which mean that after login, the app will go to different page for each.
@technicalskillz
@technicalskillz Жыл бұрын
Soon
@arlexxjunior692
@arlexxjunior692 Жыл бұрын
can you share in google drive all this project ? including that logic part with firebase codes?
@sahilshelke5483
@sahilshelke5483 2 жыл бұрын
Sir After clicking on login button my app is crashing
@vijaythrillers6739
@vijaythrillers6739 2 жыл бұрын
did you got solution. i too face same issue
@hithamshetty835
@hithamshetty835 2 жыл бұрын
I got error in sétFlags in the sendUserToNéxtActivity
@crackeralphazer0
@crackeralphazer0 2 жыл бұрын
Nice bro, thanks
@technicalskillz
@technicalskillz 2 жыл бұрын
Welcome
@maduraipaiyan6208
@maduraipaiyan6208 2 жыл бұрын
very helpful video for me
@technicalskillz
@technicalskillz 2 жыл бұрын
Glad it helped.
@SOMEONE-ik3gp
@SOMEONE-ik3gp 2 жыл бұрын
Thnaks
@patelurva1055
@patelurva1055 2 жыл бұрын
nice sir
@technicalskillz
@technicalskillz 2 жыл бұрын
Thanks and welcome
@harrisray946
@harrisray946 2 жыл бұрын
sir what about forgot password operation ?, if do have any related videos regarding forgot password videos , do share here in comment section
@remo899
@remo899 2 жыл бұрын
Why don't you try to send otp again to their phone number and then show them option to change password...
@AhmedKhan-vx9uf
@AhmedKhan-vx9uf Жыл бұрын
Where can i get that background picture?
@vaishakb1916
@vaishakb1916 3 жыл бұрын
Nice one bro...! Helped me a lot....! Thanks ❤️
@technicalskillz
@technicalskillz 3 жыл бұрын
Welcome 😊
@jithinwilfred8633
@jithinwilfred8633 2 жыл бұрын
Bro can you share the souce code of this. Thanks in advance
@allinonewithSnehaa
@allinonewithSnehaa 2 жыл бұрын
Very useful 👍
@technicalskillz
@technicalskillz 2 жыл бұрын
Glad you think so!
@vanshikasingh5036
@vanshikasingh5036 3 жыл бұрын
I followed the video accurately but when I click on the register button before filling or after filling email and password it only goes to login page and no data is stored, please help
@technicalskillz
@technicalskillz 3 жыл бұрын
contact me at bscsworld@gmail.com
@eoad1
@eoad1 2 жыл бұрын
Hi, is there a github for this project?
@technicalskillz
@technicalskillz 2 жыл бұрын
No .
@kamakshitarana6879
@kamakshitarana6879 3 жыл бұрын
Yaa it's not working if I click on register button nothing is happening.
@technicalskillz
@technicalskillz 3 жыл бұрын
Replied on email .
@haker.8713
@haker.8713 3 жыл бұрын
SH certificate is not setup so
@aunekhan3794
@aunekhan3794 3 жыл бұрын
Bro awsome
@technicalskillz
@technicalskillz 3 жыл бұрын
Thanks Dear.For more video Subscribe youtube channel
@batangmacoollet
@batangmacoollet 2 жыл бұрын
can i send email? i got problems on the password matches.
@technicalskillz
@technicalskillz 2 жыл бұрын
What is Error ??Why not match .Send code screenshot where you check password matches conditions
@fatimagull676
@fatimagull676 Жыл бұрын
Please share the code of book app
@rhamemes
@rhamemes 2 жыл бұрын
where will its database sir?
@technicalskillz
@technicalskillz 2 жыл бұрын
Its Firebase.
@shubhamude9569
@shubhamude9569 3 жыл бұрын
Thank you 😊🙂
@technicalskillz
@technicalskillz 3 жыл бұрын
You're welcome 😊
@eduardobrito3943
@eduardobrito3943 Жыл бұрын
Where is the github link for this project?
@skizo-dll
@skizo-dll 3 жыл бұрын
any source code, my registration button doesn't work?
@technicalskillz
@technicalskillz 3 жыл бұрын
follow video again carefully it will work ,there is not anything hidden in video.
@vigneshkumar6966
@vigneshkumar6966 Жыл бұрын
​@@technicalskillz plzz share dependicies code....I have dependcies Problem
@heshamabdo6024
@heshamabdo6024 3 жыл бұрын
thank you
@technicalskillz
@technicalskillz 3 жыл бұрын
You're welcome
@samraarshadsamraarshad2003
@samraarshadsamraarshad2003 5 ай бұрын
Hello sir ais ka xml code mil sakta hai
@ruchitasonawane2226
@ruchitasonawane2226 3 жыл бұрын
Please perform on forgot password operation
@technicalskillz
@technicalskillz 3 жыл бұрын
I will.
@patelurva1055
@patelurva1055 2 жыл бұрын
thank you sir
@technicalskillz
@technicalskillz 2 жыл бұрын
Most welcome
@rithwikganesh8729
@rithwikganesh8729 11 ай бұрын
bro what about Forgot Password
@technicalskillz
@technicalskillz 11 ай бұрын
Soon add another video
@thamizhselvan6914
@thamizhselvan6914 Жыл бұрын
Please can u give the source code?
@technicalskillz
@technicalskillz Жыл бұрын
check video description if available.
@ilakkanankrish1151
@ilakkanankrish1151 3 жыл бұрын
how to verify email address?
@elenchannel9954
@elenchannel9954 3 жыл бұрын
very helpful
@technicalskillz
@technicalskillz 3 жыл бұрын
Glad to hear that
@زيد_اليماني
@زيد_اليماني 3 жыл бұрын
Amazing
@technicalskillz
@technicalskillz 3 жыл бұрын
Thanks
@usmanmazharr
@usmanmazharr 3 жыл бұрын
thankyou
@technicalskillz
@technicalskillz 3 жыл бұрын
Welcome
@sayyedmustafa6422
@sayyedmustafa6422 3 жыл бұрын
When I click my register button before filling or after filling email and password it only goes to login page and nothing data is stored what to do??
@technicalskillz
@technicalskillz 3 жыл бұрын
I think you skipped any part of video .It will 100% work if you follow video same to same.
@sayyedmustafa6422
@sayyedmustafa6422 3 жыл бұрын
@@technicalskillz Thanks
@ShrutiSonawane-bm2no
@ShrutiSonawane-bm2no 3 ай бұрын
can u share zip file sir
@technicalskillz
@technicalskillz 3 ай бұрын
Sorry not available
@ShrutiSonawane-bm2no
@ShrutiSonawane-bm2no 3 ай бұрын
@@technicalskillz can u plz send any other one plz sir i request u
@mrchauhan1637
@mrchauhan1637 2 жыл бұрын
Hai is there any source code ?
@batangmacoollet
@batangmacoollet 2 жыл бұрын
Can you please help me sir? :'(
@nagendravkini
@nagendravkini Жыл бұрын
Bro forgot password code pls
@babysworld5132
@babysworld5132 Жыл бұрын
UI
@Juanito_Alfonso
@Juanito_Alfonso 2 жыл бұрын
Nice Code man do you have a video about the forgot password?
@allinonewithSnehaa
@allinonewithSnehaa 2 жыл бұрын
Thank you ❤️
@technicalskillz
@technicalskillz 2 жыл бұрын
You’re welcome 😊
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 27 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,4 МЛН
Login and Registration using Firebase in Android
36:33
Codes Easy
Рет қаралды 356 М.
Login and Signup using Firebase Authentication in Android Studio | Java
23:46
Asp.Net Core MVC & Identity UI - User Registration and  Login
39:37
CodAffection
Рет қаралды 190 М.
How to Login and Register using Firebase Realtime Database  | Android Firebase Tutorials - 01
28:35
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33