Brother, I was very worried, I was not able to do it. When I saw your video, my problem got solved. Very very thanks brother.
@ashik_mahmood5 ай бұрын
Got the lesson useful. That's why subscribing the channel. Hope for the best brother.
@dhayanandt50112 ай бұрын
@ashik_mahmood send code
@anassamire298011 ай бұрын
This was useful but I ran into a problem when I accessed the global file and entered the Index.html project I find this page is blank, please reply
@himanshutiwari159 Жыл бұрын
Please make a video for email verification also using firebase and tailwind also.
@Frontend-oy5cx6 ай бұрын
Why does he only send SMS to my number and not others?
@lahikahmed92536 ай бұрын
I think it's for free version. You should pay for verify other numbers
@Frontend-oy5cx5 ай бұрын
@@lahikahmed9253 thanks
@SwapnilSoni Жыл бұрын
so keeping these credentials on client side is safe?
@nithishar2781 Жыл бұрын
TypeError: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') I used the same method but I am ending up with this error, can u please help me with it
@hardikmaind9833 Жыл бұрын
i am facing the same error bro
@vaibhawkr3904 Жыл бұрын
any solution?
@santhoshanupoju-l3w Жыл бұрын
Component auth has not been registered yet I am getting this error
@mahimaarora2841 Жыл бұрын
did you get the solution?
@biraniv Жыл бұрын
I faced the same issue and fixed it by editing the function like this: const onSignup = () => { setLoading(true) onCaptchVerify() const appVerifier = window.recaptchaVerifier; const formatPh = '+' + ph; signInWithPhoneNumber(auth, formatPh, appVerifier) .then((confirmationResult) => { window.confirmationResult = confirmationResult; setLoading(false) setShowOTP(true) toast.success("OTP sended successfully!") }).catch((error) => { console.log(error) setLoading(false) }); }
@lokesh700421 күн бұрын
I always getting firebase error auth/billing not enabled, so couldn't i get an otp for mobile number in free plan?
@MyWorkup-e5s Жыл бұрын
I'm getting an error that says "cannot read undefined (reading 'appVerificationDisabledForTesing') so what can I do now??? 😭
@vaibhawkr3904 Жыл бұрын
found any solution?
@feelthemusic3511 Жыл бұрын
I also get it bro you found any solution
@biraniv Жыл бұрын
I faced the same issue and fixed it by editing the function like this: const onSignup = () => { setLoading(true) onCaptchVerify() const appVerifier = window.recaptchaVerifier; const formatPh = '+' + ph; signInWithPhoneNumber(auth, formatPh, appVerifier) .then((confirmationResult) => { window.confirmationResult = confirmationResult; setLoading(false) setShowOTP(true) toast.success("OTP sended successfully!") }).catch((error) => { console.log(error) setLoading(false) }); }
@santhoshanupoju-l3w Жыл бұрын
Component auth has not been registered yet , getting this error could anyone please solve this
@shreeyanshsingh662311 ай бұрын
How you added that recaptcha which you had shown in the starting "Send Code Via SMS"?
@satyamkumar64699 ай бұрын
You can put size to normal instead of invisible in recaptchaVerifier
@dhayanandt50112 ай бұрын
@@satyamkumar6469 bro unnoda code send pannu bro
@matei5054 Жыл бұрын
17:06 for firebase
@msdrd Жыл бұрын
Dude , I can sign in with phone number also I can sign out with phone number but I couldnt solve how can I login with phone number ???
@MuhammadAhmad-vc6xd4 ай бұрын
it give me Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') ........and soo on
@MuhammadAhmad-vc6xd4 ай бұрын
I FOUND THE SOLUTION: (Use this function in the code) function onCaptchVerify() { if (!window.recaptchaVerifier) { window.recaptchaVerifier = new RecaptchaVerifier( auth, "recaptcha-container", { size: "invisible", callback: (response) => { onSignup(); }, "expired-callback": () => {}, } ); } }
@sajidhmohammad797623 күн бұрын
Same bro
@lokesh700421 күн бұрын
Auth mention as first parameter in funtion
@prajjwalsharma6700 Жыл бұрын
i am getting "Error updating phone" while saving phone auth in firebase
@asfandkhan6206 Жыл бұрын
can you help, its not working on my web... :(
@2JZ-it8ugАй бұрын
localhost is not allowed as a hosted domain for the purposes of phone auth. how do you run on localhost?
@prathmeshsagole43257 ай бұрын
Does the otp code comes from the sms??
@vanpariyadeep2084 Жыл бұрын
Very impressive But how to keep logged in?
@ankitprajapati3728 Жыл бұрын
love you bro code is working i face error on phone authentication many times but you solved
@danielvega646 Жыл бұрын
Is this freemium? Or do I have to pay something from the beginning? thank you so much for uploading this!
@santhoshanupoju-l3w Жыл бұрын
Component auth has not been registered yet , bro can make solution for this
@sakavytech914111 ай бұрын
bro can u help doing vue 3 js too . i tried but it's not working well
@pawanyadav4024 Жыл бұрын
Thanks sridhar , the video and code was really helpful
@shreebaskar20027 ай бұрын
I did everything but appVerificationDisabledfor testing error is coming
@Vampion7 ай бұрын
yes i created video for solution kzbin.info/www/bejne/paCye4ytbK6Yl5I
@msdrd Жыл бұрын
Hello I did it also I can signout but how can I login ???
@yashsinha9204 Жыл бұрын
FirebaseError: Firebase: Exceeded quota. (auth/quota-exceeded). Do I need to upgrade the firebase plan?
@nimat9034 Жыл бұрын
Yes you have to upgrade to blaze or create a new project.
@mahipalkeluth3740 Жыл бұрын
For me it is showing toast not defined
@SandeepMaraboina5 ай бұрын
i am getting this error when i solve captcha Uncaught TypeError: Cannot read properties of null (reading 'style') at Array. (recaptcha__en.js:506:268) at b1. (recaptcha__en.js:449:86)
@nftcafe Жыл бұрын
getting error Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') TypeError: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') help me out with solution?
@biraniv Жыл бұрын
I faced the same issue and fixed it by editing the function like this: const onSignup = () => { setLoading(true) onCaptchVerify() const appVerifier = window.recaptchaVerifier; const formatPh = '+' + ph; signInWithPhoneNumber(auth, formatPh, appVerifier) .then((confirmationResult) => { window.confirmationResult = confirmationResult; setLoading(false) setShowOTP(true) toast.success("OTP sended successfully!") }).catch((error) => { console.log(error) setLoading(false) }); }
@nftcafe Жыл бұрын
thank u @@biraniv
@rfryanfavour4369 Жыл бұрын
But now ill use all of these 😂❤ appreciate bro
@mohammedehab89872 ай бұрын
is it on laravel ?
@OutsidePro99 күн бұрын
i error : appVerificationDisabledForTesting
@SharadT-i9m4 ай бұрын
Very useful tutorial, it is working for me. Thank you.
what is the name of your code editor theme and who built that?
@TheRageCommenter7 ай бұрын
It's vsCode as the editor and the theme is called Synthwave '84. To get the glow around the words you need to do extra set up described on the theme's install page. Good luck.
@OnlyJavascript Жыл бұрын
can we do this in MERN stack?? If possible can you teach us?
@OnlyJavascript Жыл бұрын
Can you please teach us complete auth system in MERN stack including this otp feature.
@developerakhter______0076 Жыл бұрын
*You are a genius mann.... Gained 1 subscriber*
@roar3850 Жыл бұрын
bro what is theme name? your code have gradient effect.
@CodeAProgram Жыл бұрын
Synthwave 84
@roar3850 Жыл бұрын
Thanks bro
@preshndams Жыл бұрын
Impressive guys
@suhanisha-rl4yrАй бұрын
otp not come 24 daily quat over also
@ZakirBhai-y2d Жыл бұрын
can anyone give code beacuse this github is not working in my vs code.
@moises-native4829 Жыл бұрын
Si quieres editar el numero e ir atras lo pensaste ? Como harias ? dos paginas o trabajar el back button ?
@dragonwarrior7246 Жыл бұрын
is capcha verification compulsary for phone authentication ?
@satyamkumar64699 ай бұрын
Not sure that it is necessary but firebase doc says it needs to be verified to check this requests comes from the right person (not from attacker)
@ajayratnaparkhi7069 Жыл бұрын
which vscode theme u r using
@CodeAProgram Жыл бұрын
Synthwave 84
@rfryanfavour4369 Жыл бұрын
That input was all i needed thanks❤
@Shahriyor-c3j8 ай бұрын
0000000000000000
@macanari Жыл бұрын
can't run it on vscode
@priyanksoni12353 ай бұрын
bro i can't write the css in the section in classname
@sagarsagu47882 ай бұрын
import tailwindcss then again if problem persists then press debug option in package.json file
@adamdevelops Жыл бұрын
Thank you so much bro. You saved the day!
@pintudebnath1524 Жыл бұрын
Thank you it worked without any problems thank you so much
@mahimaarora2841 Жыл бұрын
Can someone please help me with this error: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') TypeError: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') at new RecaptchaVerifier
@Nh_Sohan Жыл бұрын
same problem
@biraniv Жыл бұрын
I faced the same issue and fixed it by editing the function like this: const onSignup = () => { setLoading(true) onCaptchVerify() const appVerifier = window.recaptchaVerifier; const formatPh = '+' + ph; signInWithPhoneNumber(auth, formatPh, appVerifier) .then((confirmationResult) => { window.confirmationResult = confirmationResult; setLoading(false) setShowOTP(true) toast.success("OTP sended successfully!") }).catch((error) => { console.log(error) setLoading(false) }); }
@nandinirouth8737 Жыл бұрын
hey i tried your code still getting the same error @@biraniv
@Marina-1-78 ай бұрын
In Firebase v10 - ther order of arguments in RecaptchaVerifier changed, 'auth' comes first: window.recaptchaVerifier = new RecaptchaVerifier( auth, "recaptcha-container", { size: "invisible", callback: (response) => { onSignup(); }, "expired-callback": () => { }, } );
@Marina-1-78 ай бұрын
in Firebase v.10 RecaptchaVerifier seems to have another order of arguments, 'auth' comes first. Try this code: window.recaptchaVerifier = new RecaptchaVerifier( auth, "recaptcha-container", { size: "invisible", callback: (response) => { onSignup(); }, "expired-callback": () => { }, } );
@luisaquinoc6548 Жыл бұрын
Me encantó.... Excelente !!! gracias por compartir !!!
@chukslite Жыл бұрын
This is wonderful.
@munkhtulga1574 ай бұрын
Too many unnecessary things, just get straight to the point!
@TrustChocha8 ай бұрын
Great content
@CodeAProgram8 ай бұрын
Thank you, share and subscribe
@mohdarish41955 ай бұрын
Awesome🎉
@Andres-mu3ng Жыл бұрын
Thanks its very interesting
@Andres-mu3ng Жыл бұрын
Only i have a cuestion why return Recapcha error? FirebaseError: Firebase: Recaptcha verification failed - DUPE (auth/captcha-check-failed).
@anhnguyenhoai90038 ай бұрын
done it. thanks
@PavanArjunSR Жыл бұрын
thank u sooooooooooooooooooooooo much bro.
@RudraShejwal-jv2bf3 ай бұрын
Its really worked
@dhayanandt50112 ай бұрын
Send copy bro
@RudraShejwal-jv2bf2 ай бұрын
@@dhayanandt5011 are bhai Pehele run hogya fir badme do tin din bad try kiya to Run nhi ho rha hai
@dhayanandt50112 ай бұрын
@@RudraShejwal-jv2bf send code bro GitHub
@dhayanandt50112 ай бұрын
Send code bro GitHub
@yogeshpal894629 күн бұрын
it is free or paid???????????????????
@garryparker4753 Жыл бұрын
thanks bro this video is very helpful
@CodeAProgram Жыл бұрын
Share and subscribe ❤️
@garryparker4753 Жыл бұрын
@@CodeAProgram ok
@ShoxzodRunning9 ай бұрын
❤❤❤❤❤❤❤
@PulkitMalhotra3 ай бұрын
Good content bad code quality
@OnlyJavascript Жыл бұрын
perfect.
@askarzhaanbaev5834 Жыл бұрын
index-9a76d29a.js:8079 Uncaught TypeError: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') HELP
@biraniv Жыл бұрын
I faced the same issue and fixed it by editing the function like this: const onSignup = () => { setLoading(true) onCaptchVerify() const appVerifier = window.recaptchaVerifier; const formatPh = '+' + ph; signInWithPhoneNumber(auth, formatPh, appVerifier) .then((confirmationResult) => { window.confirmationResult = confirmationResult; setLoading(false) setShowOTP(true) toast.success("OTP sended successfully!") }).catch((error) => { console.log(error) setLoading(false) }); }