Thank you so much... please keep posting your good content daily it helps a lot of people like us.. once again thank you so much for this tutorial it worked so well for me
How do we intent users to new Activity when the code is sent? I did try it on onCodeSent method but it is not changing the activity even after OTP is sent
EDIT* It runs on physical phone, but every time I enter my phone number and answers the capcha it always fails the verification and I don't receive OTP message code
This is very misleading information. I realized that this is just Phone Authentication from Firebase. This is not login with Phone Number because Firebase creates a separate UID for the same user with Email login and Phone Authentication. Nowhere it is found how to login with Phone Number and password.
hola. saludos cordiales. tengo una aplicaion web con base de datos en mysql, quiero consumir los recursos del apirest de los servicios ya creados, pero quiero usar autenticacion en apk con firebase, eso es posible?
In oncreate function write this code if(mauth.getCurrentUser!=null) { Intent intent = new Intent(getApplicationContext,/*your activity*/); startActivity(intent); finish(); }
Mostly crashes happen, when UI XML of the new activity is not properly completed. I mean all the id are assigned and initialised in the java. Please check.
I seen approximately 7-8 videos for the OTP generation but this is the only video which worked 💪🏻
Thank you very much 😊
Keep teaching 🎉
Thanks for your appreciation
Watch my new video tutorial on Phone Authentication 🖐🖐🖐🖐
Thank you so much... please keep posting your good content daily it helps a lot of people like us.. once again thank you so much for this tutorial it worked so well for me
Very Userfull and easy explaination
good tutorial. It worked on first try. Thank you. Keep it up.
Do you have GitHub repo repo of this project
Lifesaver. Thank you very much, keep going
Thank you so much sir 😊 you're tutorials are very helpful👏👍
Thank u so much sir....it worked👍❤️
Thanks very helpful
Excelente muchas gracias😀😀😀
Anyone have the GitHub repo of this project
Sir how we skip additional security purpose process. plzz reply
Thanks sir but do you know how to make phone number as second way of logging in sir?
Thanks for sharing you knowledge
Do you have GitHub repo of this project
@@irannapatil24 yes i have
@@swastikmishra739can you please share
@@irannapatil24do share with me also
How do we intent users to new Activity when the code is sent? I did try it on onCodeSent method but it is not changing the activity even after OTP is sent
there is open window to verify capcha
Help please, my app is not sending the code. Saying something about error 17042. In logcat
Excellent
Edited
Thanks bro
EDIT* It runs on physical phone, but every time I enter my phone number and answers the capcha it always fails the verification and I don't receive OTP message code
No OTP sent. Doesn't work
.oncompletelistener is not imported sir, how to rectify the problem.
Source code link is not working , can u update that link
This is very misleading information. I realized that this is just Phone Authentication from Firebase. This is not login with Phone Number because Firebase creates a separate UID for the same user with Email login and Phone Authentication. Nowhere it is found how to login with Phone Number and password.
hola.
saludos cordiales.
tengo una aplicaion web con base de datos en mysql, quiero consumir los recursos del apirest de los servicios ya creados, pero quiero usar autenticacion en apk con firebase, eso es posible?
is there a way that I can use this to verificate phone number to an arleady existing firebase email account type
Yes can be done
Thank you very much, How can now do Remember me with Auth OTP? so that when the user enters the program for the 2nd time, do not ask auth otp
i need auto Remember me
In oncreate function write this code if(mauth.getCurrentUser!=null)
{
Intent intent = new Intent(getApplicationContext,/*your activity*/);
startActivity(intent);
finish();
}
@@unicorn-thirteen you can add conditions if like a checkbox of autoremember me was checked or not
@@_juniormastermind_ hello do you have GitHub repo of this project
How to implement this using pre-build UI ?
Can be done. UI generally doesn’t matter much in this code. Can be built around any kind of UI.
It works perfectly but my app crashes after OTP is sent
Please check the code with source code link.
update your source code links, None is working.
Ok thanks, I will check and correct them
u a rock bro
even wrong OTP accepting and logging.how to solve.?thanks for making this type of videos
I checked, it is working properly as intended. Please check if You have entered your no. as test number in firebase then it will pass any otp.
link is Not working
I will upload new link
@@codeLabX-pro Kab ?
its work in sent code. but when i input the otp then its crashes. why
Mostly crashes happen, when UI XML of the new activity is not properly completed. I mean all the id are assigned and initialised in the java. Please check.
google & facebook ka bhi code bataye
Hi. Unable to open the Source code link. Kindly share.
Check again. Thanks
Autofill is not working
Perfect...
i appreciate you
Thank you very much
good jop man
100% working code.
Thanks it worked for you.
you are too fast. it tutorial video you ought to be patient
Okay noted
Excuseme Sir