React js firebase phone authentication | Send OTP And Verify phone number |

  Рет қаралды 73,400

Code A Program

Code A Program

Күн бұрын

Пікірлер: 116
@ManishYadav-vm6lk
@ManishYadav-vm6lk 5 ай бұрын
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_mahmood
@ashik_mahmood 5 ай бұрын
Got the lesson useful. That's why subscribing the channel. Hope for the best brother.
@dhayanandt5011
@dhayanandt5011 2 ай бұрын
@ashik_mahmood send code
@anassamire2980
@anassamire2980 11 ай бұрын
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
@himanshutiwari159 Жыл бұрын
Please make a video for email verification also using firebase and tailwind also.
@Frontend-oy5cx
@Frontend-oy5cx 6 ай бұрын
Why does he only send SMS to my number and not others?
@lahikahmed9253
@lahikahmed9253 6 ай бұрын
I think it's for free version. You should pay for verify other numbers
@Frontend-oy5cx
@Frontend-oy5cx 5 ай бұрын
@@lahikahmed9253 thanks
@SwapnilSoni
@SwapnilSoni Жыл бұрын
so keeping these credentials on client side is safe?
@nithishar2781
@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
@hardikmaind9833 Жыл бұрын
i am facing the same error bro
@vaibhawkr3904
@vaibhawkr3904 Жыл бұрын
any solution?
@santhoshanupoju-l3w
@santhoshanupoju-l3w Жыл бұрын
Component auth has not been registered yet I am getting this error
@mahimaarora2841
@mahimaarora2841 Жыл бұрын
did you get the solution?
@biraniv
@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) }); }
@lokesh7004
@lokesh7004 21 күн бұрын
I always getting firebase error auth/billing not enabled, so couldn't i get an otp for mobile number in free plan?
@MyWorkup-e5s
@MyWorkup-e5s Жыл бұрын
I'm getting an error that says "cannot read undefined (reading 'appVerificationDisabledForTesing') so what can I do now??? 😭
@vaibhawkr3904
@vaibhawkr3904 Жыл бұрын
found any solution?
@feelthemusic3511
@feelthemusic3511 Жыл бұрын
I also get it bro you found any solution
@biraniv
@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
@santhoshanupoju-l3w Жыл бұрын
Component auth has not been registered yet , getting this error could anyone please solve this
@shreeyanshsingh6623
@shreeyanshsingh6623 11 ай бұрын
How you added that recaptcha which you had shown in the starting "Send Code Via SMS"?
@satyamkumar6469
@satyamkumar6469 9 ай бұрын
You can put size to normal instead of invisible in recaptchaVerifier
@dhayanandt5011
@dhayanandt5011 2 ай бұрын
​@@satyamkumar6469 bro unnoda code send pannu bro
@matei5054
@matei5054 Жыл бұрын
17:06 for firebase
@msdrd
@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-vc6xd
@MuhammadAhmad-vc6xd 4 ай бұрын
it give me Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') ........and soo on
@MuhammadAhmad-vc6xd
@MuhammadAhmad-vc6xd 4 ай бұрын
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": () => {}, } ); } }
@sajidhmohammad7976
@sajidhmohammad7976 23 күн бұрын
Same bro
@lokesh7004
@lokesh7004 21 күн бұрын
Auth mention as first parameter in funtion
@prajjwalsharma6700
@prajjwalsharma6700 Жыл бұрын
i am getting "Error updating phone" while saving phone auth in firebase
@asfandkhan6206
@asfandkhan6206 Жыл бұрын
can you help, its not working on my web... :(
@2JZ-it8ug
@2JZ-it8ug Ай бұрын
localhost is not allowed as a hosted domain for the purposes of phone auth. how do you run on localhost?
@prathmeshsagole4325
@prathmeshsagole4325 7 ай бұрын
Does the otp code comes from the sms??
@vanpariyadeep2084
@vanpariyadeep2084 Жыл бұрын
Very impressive But how to keep logged in?
@ankitprajapati3728
@ankitprajapati3728 Жыл бұрын
love you bro code is working i face error on phone authentication many times but you solved
@danielvega646
@danielvega646 Жыл бұрын
Is this freemium? Or do I have to pay something from the beginning? thank you so much for uploading this!
@santhoshanupoju-l3w
@santhoshanupoju-l3w Жыл бұрын
Component auth has not been registered yet , bro can make solution for this
@sakavytech9141
@sakavytech9141 11 ай бұрын
bro can u help doing vue 3 js too . i tried but it's not working well
@pawanyadav4024
@pawanyadav4024 Жыл бұрын
Thanks sridhar , the video and code was really helpful
@shreebaskar2002
@shreebaskar2002 7 ай бұрын
I did everything but appVerificationDisabledfor testing error is coming
@Vampion
@Vampion 7 ай бұрын
yes i created video for solution kzbin.info/www/bejne/paCye4ytbK6Yl5I
@msdrd
@msdrd Жыл бұрын
Hello I did it also I can signout but how can I login ???
@yashsinha9204
@yashsinha9204 Жыл бұрын
FirebaseError: Firebase: Exceeded quota. (auth/quota-exceeded). Do I need to upgrade the firebase plan?
@nimat9034
@nimat9034 Жыл бұрын
Yes you have to upgrade to blaze or create a new project.
@mahipalkeluth3740
@mahipalkeluth3740 Жыл бұрын
For me it is showing toast not defined
@SandeepMaraboina
@SandeepMaraboina 5 ай бұрын
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
@nftcafe Жыл бұрын
getting error Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') TypeError: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') help me out with solution?
@biraniv
@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
@nftcafe Жыл бұрын
thank u @@biraniv
@rfryanfavour4369
@rfryanfavour4369 Жыл бұрын
But now ill use all of these 😂❤ appreciate bro
@mohammedehab8987
@mohammedehab8987 2 ай бұрын
is it on laravel ?
@OutsidePro9
@OutsidePro9 9 күн бұрын
i error : appVerificationDisabledForTesting
@SharadT-i9m
@SharadT-i9m 4 ай бұрын
Very useful tutorial, it is working for me. Thank you.
@msdrd
@msdrd Жыл бұрын
{ "error": { "code": 400, "message": "TOO_MANY_ATTEMPTS_TRY_LATER", "errors": [ { "message": "TOO_MANY_ATTEMPTS_TRY_LATER", "domain": "global", "reason": "invalid" } ] } }
@ArbazKhan-qm2vc
@ArbazKhan-qm2vc Ай бұрын
can you do an example using webotp api
@AbhayDeshwal-sj5bg
@AbhayDeshwal-sj5bg 3 ай бұрын
please tell me what is your theme name of vs code
@BeingChoudhary
@BeingChoudhary Жыл бұрын
what is the name of your code editor theme and who built that?
@TheRageCommenter
@TheRageCommenter 7 ай бұрын
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
@OnlyJavascript Жыл бұрын
can we do this in MERN stack?? If possible can you teach us?
@OnlyJavascript
@OnlyJavascript Жыл бұрын
Can you please teach us complete auth system in MERN stack including this otp feature.
@developerakhter______0076
@developerakhter______0076 Жыл бұрын
*You are a genius mann.... Gained 1 subscriber*
@roar3850
@roar3850 Жыл бұрын
bro what is theme name? your code have gradient effect.
@CodeAProgram
@CodeAProgram Жыл бұрын
Synthwave 84
@roar3850
@roar3850 Жыл бұрын
Thanks bro
@preshndams
@preshndams Жыл бұрын
Impressive guys
@suhanisha-rl4yr
@suhanisha-rl4yr Ай бұрын
otp not come 24 daily quat over also
@ZakirBhai-y2d
@ZakirBhai-y2d Жыл бұрын
can anyone give code beacuse this github is not working in my vs code.
@moises-native4829
@moises-native4829 Жыл бұрын
Si quieres editar el numero e ir atras lo pensaste ? Como harias ? dos paginas o trabajar el back button ?
@dragonwarrior7246
@dragonwarrior7246 Жыл бұрын
is capcha verification compulsary for phone authentication ?
@satyamkumar6469
@satyamkumar6469 9 ай бұрын
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
@ajayratnaparkhi7069 Жыл бұрын
which vscode theme u r using
@CodeAProgram
@CodeAProgram Жыл бұрын
Synthwave 84
@rfryanfavour4369
@rfryanfavour4369 Жыл бұрын
That input was all i needed thanks❤
@Shahriyor-c3j
@Shahriyor-c3j 8 ай бұрын
0000000000000000
@macanari
@macanari Жыл бұрын
can't run it on vscode
@priyanksoni1235
@priyanksoni1235 3 ай бұрын
bro i can't write the css in the section in classname
@sagarsagu4788
@sagarsagu4788 2 ай бұрын
import tailwindcss then again if problem persists then press debug option in package.json file
@adamdevelops
@adamdevelops Жыл бұрын
Thank you so much bro. You saved the day!
@pintudebnath1524
@pintudebnath1524 Жыл бұрын
Thank you it worked without any problems thank you so much
@mahimaarora2841
@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
@Nh_Sohan Жыл бұрын
same problem
@biraniv
@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
@nandinirouth8737 Жыл бұрын
hey i tried your code still getting the same error @@biraniv
@Marina-1-7
@Marina-1-7 8 ай бұрын
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-7
@Marina-1-7 8 ай бұрын
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
@luisaquinoc6548 Жыл бұрын
Me encantó.... Excelente !!! gracias por compartir !!!
@chukslite
@chukslite Жыл бұрын
This is wonderful.
@munkhtulga157
@munkhtulga157 4 ай бұрын
Too many unnecessary things, just get straight to the point!
@TrustChocha
@TrustChocha 8 ай бұрын
Great content
@CodeAProgram
@CodeAProgram 8 ай бұрын
Thank you, share and subscribe
@mohdarish4195
@mohdarish4195 5 ай бұрын
Awesome🎉
@Andres-mu3ng
@Andres-mu3ng Жыл бұрын
Thanks its very interesting
@Andres-mu3ng
@Andres-mu3ng Жыл бұрын
Only i have a cuestion why return Recapcha error? FirebaseError: Firebase: Recaptcha verification failed - DUPE (auth/captcha-check-failed).
@anhnguyenhoai9003
@anhnguyenhoai9003 8 ай бұрын
done it. thanks
@PavanArjunSR
@PavanArjunSR Жыл бұрын
thank u sooooooooooooooooooooooo much bro.
@RudraShejwal-jv2bf
@RudraShejwal-jv2bf 3 ай бұрын
Its really worked
@dhayanandt5011
@dhayanandt5011 2 ай бұрын
Send copy bro
@RudraShejwal-jv2bf
@RudraShejwal-jv2bf 2 ай бұрын
@@dhayanandt5011 are bhai Pehele run hogya fir badme do tin din bad try kiya to Run nhi ho rha hai
@dhayanandt5011
@dhayanandt5011 2 ай бұрын
@@RudraShejwal-jv2bf send code bro GitHub
@dhayanandt5011
@dhayanandt5011 2 ай бұрын
Send code bro GitHub
@yogeshpal8946
@yogeshpal8946 29 күн бұрын
it is free or paid???????????????????
@garryparker4753
@garryparker4753 Жыл бұрын
thanks bro this video is very helpful
@CodeAProgram
@CodeAProgram Жыл бұрын
Share and subscribe ❤️
@garryparker4753
@garryparker4753 Жыл бұрын
@@CodeAProgram ok
@ShoxzodRunning
@ShoxzodRunning 9 ай бұрын
❤❤❤❤❤❤❤
@PulkitMalhotra
@PulkitMalhotra 3 ай бұрын
Good content bad code quality
@OnlyJavascript
@OnlyJavascript Жыл бұрын
perfect.
@askarzhaanbaev5834
@askarzhaanbaev5834 Жыл бұрын
index-9a76d29a.js:8079 Uncaught TypeError: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') HELP
@biraniv
@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) }); }
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 5 МЛН
What's in the clown's bag? #clown #angel #bunnypolice
00:19
超人夫妇
Рет қаралды 41 МЛН
Wait for the last one 🤣🤣 #shorts #minecraft
00:28
Cosmo Guy
Рет қаралды 18 МЛН
Firebase OTP authentication in javascript tamil
24:45
Cyberclips tamil
Рет қаралды 2,5 М.
How to send OTP , SMS in any mobile number using Twilio API
14:56
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 5 МЛН