Very concise and well explained tutorial, without any errors and very easy to follow. Keep it up! I am missing the Sign Out part ....i think its necesary
Thank you very much for this great tutorials. I do have question, "Is it possible to use username for sign up method instead of using email?" I need to use username and password when login in my project, thank you
@@codingstuff070 may be if possible make a Instagram clone using jetpack compose " if possible " because it will cover most of things in jetpack compose as well as kotlin with firebase
sir i have a question suppose if we want to create a new account for a new app and after creating that new account we should be redirecting to login page for sign-in to see app content..but after adding (auth.currentuser !=null)in loginActivity the SignUp Activity is directly redirecting to Content Activity without coming in login page how can i achieve that?
U can pass one parameter with intent as Boolean isSentFromRegistertraion make it true and inside current user not equals to null u can check for this parameter value
thanks for very good video but i have a question in this video using kotlin, then at first time, why u use 'Authenticate using Google' instead of 'Authenticate using Google [KOTLIN]'??
awesome video man, however, I got a minor error when it executes the launcher, the result code is always equal to 0, do you know what might cause that?
@@codingstuff070 I mean when you are implementing an app on Android there are standarts of architecture, MVVM, MVI and so on.. your ui doesn't have to contain single logic you have viewModel and other cool stuff like Interactor, repository which should handle that case.
@@nikolozlatsabidze2196 brother it was just firebase video ... I have done lot of mvvm videos but they are in Java ....sooner will be uploading kotlin mvvm videos
You made things a lot easier for me, Thank you so much
Very concise and well explained tutorial, without any errors and very easy to follow. Keep it up!
I am missing the Sign Out part ....i think its necesary
auth.signOut() use this to sign out
@@codingstuff070 where
do You find a solution
very easy way to deliver the lecture each and every things clear...
Самый понятный и простой туториал, спасибо👍👍
THANK YOU FOR THIS. struggling heavily with my class project lol
We else came here coz of class project 😂😂😂🙌
The best tutorial, your way is unique; keep it up
Very good, I can't thank you enough sir
man you are real code saver , just what i needed thanks man💪💪🙏🙏
6:31 button can not find declaration to go to?
I appreciate the video; it really helped me learn a lot.
amazing video my friend, hi from Nicaragua in central America
Very clean tutorial ty mate it really helped me!
Thank you very much for this great tutorials. I do have question, "Is it possible to use username for sign up method instead of using email?" I need to use username and password when login in my project, thank you
Very very nice sir👌👌
Amazing!🥰
Osm bro! Keep going.... 🤘
carry on this effort
Love this video, simple and to the point
Thank you really it is help full to me 🙂🙂
Sir, thank you for sharing. It would be better if you add some explanation.
Thank You. Very Useful
this video is awesome. when is the next video icoming ? please dont stop this series...
Soon
Please soon
THANK YOU, i really aprreciate this video man
thank you sir very good sir, very great even sir, thanks
not getting ActivitySignUpBinding class do we need to add any extra dependency for this? other than done by firebase done in seting up the SDK's
you need to add this in build.gradle(app)
android{
...
buildFeatures{
viewBinding true
}
...
}
I did as you did, and when the user is already registered, a registration window appears for a split second, but it happens very quickly
why when i do exactly as you did here, I keep getting the Bad Email formatted...
can you please share the link of the version you have used for this project.
thank you man god bless you
I copied the same code but everytime i click the sign up button it redirects to mainactivity instead to the loginactivity
same
Did you find the solution?
Just brilliant. Thank you
Bro ,at first it worked fine but after that in signup it showing password not matching,pls help
What do you think of jetpack compose , because I heard we don't use recycler view or adapter in it
Yes jetpack compose is great .. Iam switching to compose as well so u will see compose videos soon on this channel
@@codingstuff070 may be if possible make a Instagram clone using jetpack compose " if possible " because it will cover most of things in jetpack compose as well as kotlin with firebase
why is my button and textview binding not working? it also happened to the emailET, passET, and confirmPassET binding
Is it possible to have another activity be loaded upon signing in? How would I go about doing that?
Why it is throwing API key exception and showing enter valid API key, can you help me out please
Same problem if you fix now tell me.
Everything works but it's crash when I'm click signup, sign-in works so well in fire base also appear.? Any suggestions?
i like your videos
whenever i run my app it directly takes me to main activity without sign up or sign in page what can i do about it
Did you find the solution??
@@ashukini3773 yes if you uninstall the app and run again it will show you signup and sign in page
sir i have a question suppose if we want to create a new account for a new app and after creating that new account we should be redirecting to login page for sign-in to see app content..but after adding (auth.currentuser !=null)in loginActivity the SignUp Activity is directly redirecting to Content Activity without coming in login page how can i achieve that?
U can pass one parameter with intent as Boolean isSentFromRegistertraion make it true and inside current user not equals to null u can check for this parameter value
@@codingstuff070 sir i didn't get the solution can i contact you in your Instagram
Thank you very very much!
Excelente video, by the way
Wah 👍
thanks for very good video but i have a question in this video using kotlin, then at first time, why u use 'Authenticate using Google' instead of 'Authenticate using Google [KOTLIN]'??
you are great !
Just awesome!!!
I can’t get the code for the layout xml files. I’m not able to copy and paste it help please
Hi bro Iam working with Taxiapp so notivation showing not clicking and go to activity please help bro
When I run the project that sign up button is not working.. I mean it did not go to sign in page after I click sign up button
Plz help me 😢
Did u get the answer
this video is amazing and worked for me can you make a video about logout relating to this video?👍🏻
Just write auth.signOut() it will log out the user
@@codingstuff070 thank you so very much it works
@@codingstuff070 Where ?? IDK logout users please help
Wherever u want to logout u can place that code ....if u want to logout on BTN click then inside onclick listener of button write auth.signOut
Thankyou it really helps
great🙂🙂🙂
all i can say is thanks mate
'Hello world' is printing on the screen when I run the app .. what shall I do help me anyone
What theme are u using?
One dark theme
Muito bom o tutorial, ajudou muito =)
awesome video man, however, I got a minor error when it executes the launcher, the result code is always equal to 0, do you know what might cause that?
sameeeee
how to save Date to and Retrieve from Firestore. DATE not DATA. Please there is no video for Date.
4:50
thanks buddy it means a lot
I just can't thank you enough
the ActivitySignInBindig not visible to me and when i write it it give me an error
can you help me to solve the problem
Rebuild the project
Toast message is not showing up for some reasons
Thank you very much!!!
Thanks man
🔥😎
Thanks brother
bro i am getting error can u help ?
Thanks Sir!
👌👌👌💓💓💓💓👌
make next video ASAP bro
Thank you
Спасибо за видео!!!
why do you have so much logic inside ui.
I didn't get u brother
@@codingstuff070 I mean when you are implementing an app on Android there are standarts of architecture, MVVM, MVI and so on.. your ui doesn't have to contain single logic you have viewModel and other cool stuff like Interactor, repository which should handle that case.
@@nikolozlatsabidze2196 brother it was just firebase video ... I have done lot of mvvm videos but they are in Java ....sooner will be uploading kotlin mvvm videos
Jetpack compose
Soon
Bhai hindi use kiya kro jyada log samjhege
firebaseAuth.createUserWithEmailAndPassword is completely not working Please help. it's not giving error but also not working but I did as the video.
hi, when i get to the firebaseAuth = firebaseAuth.getinstance part I'm unable to get the "firebaseAuth.getinstance" what am I missing thanx
See the code in the description box
Thanks sir!
thanks man