Google Firebase Authentication Android Kotlin Tutorial

  Рет қаралды 50,297

tutorialsEU

tutorialsEU

Күн бұрын

🚀 Android & Kotlin Masterclass - Become a serious Android app developer with our best-selling masterclass: bit.ly/3PaKdhS
Firebase is a powerful tool when it comes to creating a cloud application. You get results very easily, as you will see in this video.
We start off by setting up the Firebase Project and then we go over to the Android Studio part of the process. There we will build two screens. The Login as well as the Register Activity.
This video is about firebase authentication or firebase auth android.
Specifically firebase authentication android. google firebase authentication tutorial. And how to login firebase android studio Kotlin
You can use this Firebase Authentication Android Kotlin Tutorial for any of your cloud apps, where you need to make sure, that the users can log in securely.
Btw, this demo is just a small part of my Android Firebase Masterclass, in which you will build a shop app using Google Firebase with Firestore.
#Firebase #FirebaseAuthentication #Firestore #AndroidDevelopment
tutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
Stay tuned and subscribe to tutorialsEU: goo.gl/rBFh3x

Пікірлер: 73
@tutorialsEU
@tutorialsEU 2 жыл бұрын
🚀 Android & Kotlin Masterclass - Become a serious Android app developer with our best-selling masterclass: bit.ly/3PaKdhS
@Hrit
@Hrit 3 жыл бұрын
Have watched tons of videos on KZbin on this, nothing come close to the clear explanation of code that this video provides. Kudos to Dennis!
@tutorialsEU
@tutorialsEU 3 жыл бұрын
Glad it helped! I try to it that simple with all my videos, but sometimes others just do it better than me :D
@yousee5184
@yousee5184 2 жыл бұрын
This video doesn’t explain anything
@zenekquerky7255
@zenekquerky7255 2 жыл бұрын
Hey Denise, I have noticed that in your tutorials you use Activities instead of Fragments. And as far as I understood from google, is that Fragments are actually preferred over Activities (if you understand what I mean). Therefore I was wondering why you don't use Fragments ?
@rogerj.6543
@rogerj.6543 2 жыл бұрын
awesome!!!!! Which version of android studio do you use?
@min-of8cv
@min-of8cv 3 жыл бұрын
This channel is so underrated
@tutorialsEU
@tutorialsEU 3 жыл бұрын
We are working on it!
@HarderThanCalculus
@HarderThanCalculus 2 жыл бұрын
my gradle does not show any of this. All I get is the app name, under that app, and under that a crapload of dependencies. I have watched a ton of youtube vids trying to solve the problem but so far nothing will give up SHA1, or anything other than a crapload of dependencies. Getting very frustrated. I know this video is about 5 years old so my comment is probably nothing more than a fart in the wind but any help would be nice!
@samuelwakoli
@samuelwakoli 2 жыл бұрын
Thanks bro. I really understood how you taught. Im grateful for learning new skill too from you. Thanks
@MaestroCipher
@MaestroCipher 3 жыл бұрын
Great videos. sha1 considered to be insecure and is not recommended to use, is it possible to use sha256 in this case?
@dian4729
@dian4729 Жыл бұрын
the best tutorial you'll find guys 🔥
@yogeshmishra6025
@yogeshmishra6025 2 жыл бұрын
Hi denise, does your jetpack compose tutorial uses any deprecated classes? Your other course which I bought was using deprecated and I had to leave that course because of that
@klaudiaadamus3353
@klaudiaadamus3353 2 жыл бұрын
Thank you for this, I was struggling with the topic since there's really no good (up-to-date) tutorial out there. You helped me a lot and I'm sure I'm going to check out your full course. :)
@glykeriakirou1216
@glykeriakirou1216 2 жыл бұрын
Hello I make an application in kotlin and I want to store value radiobutton firebase database kotlin. Have you got an example to help me. Thanks a lot
@ДмитрийГромов-ф8ч
@ДмитрийГромов-ф8ч 3 жыл бұрын
in the video at 2:21 minutes you enter the Gradle. I don't have such folders, why?
@mandy7163
@mandy7163 2 жыл бұрын
found some help in this tutorial: kzbin.info/www/bejne/d5mUqItoa9Ggrrs it is hard to understand but the pictures are helpful enough
@lumbanimakumbi
@lumbanimakumbi 2 жыл бұрын
Your tutorials are a blessing
@kautilyabhardwaj3400
@kautilyabhardwaj3400 2 жыл бұрын
can we use login activity that is already present in the Activity section??
@lglf77
@lglf77 2 жыл бұрын
I've been attending your classes, but I have a problem that I carry on my conscience. How could I only have a single user per each app device. I read that google doesn't let the app developer from android 10 read the unique IMEI identifier. In the past, I used it like this, I got the email, password, IMEI and a boolean true, from the user's device, if the 4 were ok or returned TRUE in the registration, he could access the app, if he had the email, password, IMEI and false, the user would be blocked. I learned that Firebase's getInstanceId is deprecated and that the return is a temporary token of maximum 1 week and google exchanges it. What would be the logistics for just 1 single registration per smartphone and a lock for that single user, informing a waiting time for unlocking? SOME HELP?
@webquestions7439
@webquestions7439 2 жыл бұрын
Thanks for good explanation, very easy to understand. I copied your code, even though app is not throwing errors I cant register user on firebase. On firebase email/password is enabled. Can you hint how I can fix it
@collinsk8754
@collinsk8754 2 жыл бұрын
Excellent and straight to the point. Thank you.
@brianwawczak1039
@brianwawczak1039 3 жыл бұрын
HI, I love the video. I am interested in the masterclass, but the link doesn't give the 80% off for me. Is there a coupon code?
@stunnaman8803
@stunnaman8803 3 жыл бұрын
Thanks bro. Please also do phone number authentication
@leestephens5262
@leestephens5262 3 жыл бұрын
This video is amazing! You made it so easy to understand and follow! Thank you!
@devil_king123k7
@devil_king123k7 3 жыл бұрын
please share source code
@qaphelanimthembu8514
@qaphelanimthembu8514 3 жыл бұрын
19:30 How do we use the Firebase Authentication class?
@vaibhavwadsamudrakar7328
@vaibhavwadsamudrakar7328 2 жыл бұрын
how did we directly use firebase.uid if we haven't input any uid earlier?? Please clarify.Very nicely explained.
@ALEX_K1ND
@ALEX_K1ND 2 жыл бұрын
val firebaseUser: FirebaseUser = task.result!!.user!! We created variable "firebaseUser" and then we take the uid string from FirebaseUser class
@FreddaN241
@FreddaN241 2 жыл бұрын
ive got exactly the same problem! where did the firebase.uid come from ? did you get any apply for this question?
@malokdamis9226
@malokdamis9226 2 жыл бұрын
very helpful. Big thanks!
@nehasahoo2638
@nehasahoo2638 3 жыл бұрын
Thank you, the tutorial was very helpful !
@waseemshaik7296
@waseemshaik7296 3 жыл бұрын
Source code?
@rakhaharichowdhury6793
@rakhaharichowdhury6793 2 жыл бұрын
Very helpful tutorial
@dale931
@dale931 3 жыл бұрын
20:11 hi, (task->) doesn`t appear, someone help me with that please
@waseemshaik7296
@waseemshaik7296 3 жыл бұрын
Source code?
@acaapriscillia6755
@acaapriscillia6755 3 жыл бұрын
Thank you for this helpful tutorial.
@muhammednaseef5942
@muhammednaseef5942 3 жыл бұрын
how to show a toast if user try to register using an email that is already exist.
@kaderharsith5769
@kaderharsith5769 2 жыл бұрын
How to skip login page if already an user is logged.?
@zenamatenga9645
@zenamatenga9645 2 жыл бұрын
This helped me a lot!! Thank you so much
@tutorialsEU
@tutorialsEU 2 жыл бұрын
I see you like our content! I want to invite you to our community of testers, where we give our courses for a quality check. Please send me an email to evgenia@tutorials.eu with the subject line: testers community and your name in the body and I will add you
@BCS_AAMIRASHRAF
@BCS_AAMIRASHRAF Жыл бұрын
Thanks sir
@rjmadeja8769
@rjmadeja8769 2 жыл бұрын
hello sir, when I was about to register a user, a toast keeps showing "an internal error has occured. [socket failed: EPERM (operation not permitted)]", what could be the problem here sir? I already added uses-permission in the manifest including promission.INTERNET, permission.ACCESS_NETWORK_STATE, and permission.ACCESS_WIFI_STATE
@rjmadeja8769
@rjmadeja8769 2 жыл бұрын
hello I just solved this problem, for anyone who encountered the same problem just reinstall your virtual device
@iceCreemShorts
@iceCreemShorts 3 жыл бұрын
Thank you
@Macias096
@Macias096 3 жыл бұрын
how does this work that you didn't declare variable with buttons and text view but it works for you? I've made everything like you from this tutorial and I've got so many errors.
@Adrian-xf2um
@Adrian-xf2um 3 жыл бұрын
You need to declare by FindViewById for each button and editable text
@Macias096
@Macias096 3 жыл бұрын
@@Adrian-xf2um Yeah, I did. And also I'm guessing that he's using viewBinding and automatically all of his id views are recognized
@maheshwarang4000
@maheshwarang4000 3 жыл бұрын
Add this in your gradle app apply plugin: 'kotlin-android-extensions'
@harshidsingh9a978
@harshidsingh9a978 3 жыл бұрын
how to create a class FirebaseAuth?
@waseemshaik7296
@waseemshaik7296 3 жыл бұрын
Can you please upload source code for this?
@bogdanandronache9940
@bogdanandronache9940 3 жыл бұрын
Amazing!!!Thx
@rayguo317
@rayguo317 3 жыл бұрын
Very helpful!thanks for sharing this
@JakeBSHere
@JakeBSHere 3 жыл бұрын
Thanks brother
@beibarysbimbetov6489
@beibarysbimbetov6489 2 жыл бұрын
Where do we find your code?
@soumyabratabiswas8117
@soumyabratabiswas8117 3 жыл бұрын
You're doing great. Great contents. The only downside is that downloading your videos from udemy is such a pain. Otherwise great stuff. Love from India...
@tutorialsEU
@tutorialsEU 2 жыл бұрын
You are not supposed to download videos from Udemy :) They are protected as intellectual property
@Roads_india
@Roads_india 3 жыл бұрын
jcenter() is deprecated. Should i be worried?
@tutorialsEU
@tutorialsEU 3 жыл бұрын
Hi Code Drugs. Not necessarily. Even if it's deprecated, it will still work.
@dltnsqo1
@dltnsqo1 3 жыл бұрын
How can i get the images and xml codes?
@8Malvina8534
@8Malvina8534 2 жыл бұрын
thanks!!!!!!
@dallasrieck7753
@dallasrieck7753 Жыл бұрын
how about "share", not "tutorial"😊 and just share it no one knows if or how much someone "is going to learn"
@harshidsingh9a978
@harshidsingh9a978 3 жыл бұрын
you didnt told us to add firebaseauth sdk to our app in tools. but thats alright
@qaphelanimthembu8514
@qaphelanimthembu8514 3 жыл бұрын
How do we do that?
@santi06ful
@santi06ful 3 жыл бұрын
epicc!
@athan_s_maliakkal
@athan_s_maliakkal 2 жыл бұрын
Can you give the source code
@mukundmaheshwari7306
@mukundmaheshwari7306 3 жыл бұрын
Aapka maine kotlin wala course liya wo bhot bekar h
@harshidsingh9a978
@harshidsingh9a978 3 жыл бұрын
ha
@harshidsingh9a978
@harshidsingh9a978 3 жыл бұрын
bakwas course hai purana
@mitchellwaters2129
@mitchellwaters2129 3 жыл бұрын
this needs adding aswell implementation 'com.google.firebase:firebase-auth-ktx'
@mohyddineal-lahham7620
@mohyddineal-lahham7620 3 жыл бұрын
thank you
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 83 МЛН
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 19 МЛН
101 Weird But Useful Minecraft Hacks
48:36
Skip the Tutorial
Рет қаралды 4,6 МЛН
Firebase React Course For Beginners - Learn Firebase V9+ in 2 Hours
1:39:04
How Much Money my Mobile Game Made  (After 1 week)
6:57
Dani
Рет қаралды 4,7 МЛН
Kotlin Crash Course
1:23:50
Traversy Media
Рет қаралды 256 М.
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
OktaDev
Рет қаралды 1,7 МЛН
Login and Signup using SQLite in Android Studio | Kotlin
34:18
Android Knowledge
Рет қаралды 12 М.
Sign in with Google Auth + Firebase | Android Studio Tutorial
17:40