Thank you sir... coding aer kichu kichu problem solve kore dile bhalo hoi..
@Hamza_BR007 ай бұрын
Great work man, keep it up, subscribed !
@RavecodeAndroid7 ай бұрын
Thanks for the sub! 🙂
@vladpopescu86258 ай бұрын
Thank you so much,it works perfect keep up the good work.💪
@RavecodeAndroid8 ай бұрын
Thanks 😄
@davidrobles64033 ай бұрын
Gracias, salvaste mi semestre
@GeorgeSapanta2 ай бұрын
How about after i signup i will be redirected to login not in the mainActivity how can i do that?
@dravidkumar3732Ай бұрын
Sir I need this all in java..😢
@yahyaebru56344 ай бұрын
Hello sir I do what you do sir but why the textview doesnt want to switch activity like you tested?
@RavecodeAndroid4 ай бұрын
Please share more details
@aivescasio55316 ай бұрын
cant restart to the login page even when restarting app
@RavecodeAndroid6 ай бұрын
Check menifest
@aivescasio55316 ай бұрын
@@RavecodeAndroid its okay already, i did put a back button that you said in the other comments and it worked thanks
@techkid3586 ай бұрын
can u add the otp login authnticaiton in jetpack compose , actually I have tried to implement but my app crash.. or you can make a fully fleged application, which has not been made by anyone on youtube 1. number Sign-In with OTP in Firebase with Jetpack Compose 2.Gmail sign-in with Firebase in jetpack COmpose 2. how to send welcome mail in jetpack compose Using Firebase 3. How to send gmail verifiaction link in jetpack compose
@RavecodeAndroid6 ай бұрын
Sure! I will make a video on it
@arulkumar58107 ай бұрын
how to log out ??
@RavecodeAndroid7 ай бұрын
Add a logout button with this function in its onClickListener Firebase.auth.signOut() and move the user to LoginActivity using an intent
@aivescasio55316 ай бұрын
@@RavecodeAndroid where?
@nisargshah93304 ай бұрын
Not working
@yahyaebru56344 ай бұрын
Sir why when i binding.button.setOnClickListener{} why i must type binding.button?.setonclicklistener{} while in my other .kt still not error and i not must type the ?.
@RavecodeAndroid4 ай бұрын
"?" Means the value could be null. Kotlin by default has null safety for each variable
@yahyaebru56344 ай бұрын
@@RavecodeAndroid so its will be work fine right sir?