When I debug with a physical device, two apps are installed. One shows the MainActivity, while the other shows the Login/SignupActivity. Otherwise it works fine.
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
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 ?.
When I debug with a physical device, two apps are installed. One shows the MainActivity, while the other shows the Login/SignupActivity. Otherwise it works fine.
Great work man, keep it up, subscribed !
Thanks for the sub! 🙂
Thank you so much,it works perfect keep up the good work.💪
Thanks 😄
Thank you sir... coding aer kichu kichu problem solve kore dile bhalo hoi..
Gracias, salvaste mi semestre
How about after i signup i will be redirected to login not in the mainActivity how can i do that?
Sir I need this all in java..😢
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
Sure! I will make a video on it
Hello sir I do what you do sir but why the textview doesnt want to switch activity like you tested?
Please share more details
cant restart to the login page even when restarting app
Check menifest
@@RavecodeAndroid its okay already, i did put a back button that you said in the other comments and it worked thanks
how to log out ??
Add a logout button with this function in its onClickListener Firebase.auth.signOut() and move the user to LoginActivity using an intent
@@RavecodeAndroid where?
Not working
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 ?.
"?" Means the value could be null. Kotlin by default has null safety for each variable
@@RavecodeAndroid so its will be work fine right sir?