I am using this code in my next js project When I am using this code It is showing configureCaptcha is not defined after importing the things u told in comment. After that if i go further onSignInSubmit,signInWithPhoneNumber also shows not defined. Please Reply as i need it to work
How to take international phone number like a drop-down button and then we can select the flag and write the number and it will store in database with country code
www.copy.ai/?via=16e86c
Sir you made this look too Easy thank you
Thank you so much, sir, It's very helpful for me 🙂
source code executed my end. Its working Thank you
Welcome
If possible, pls subscribe the channel 🙏
Thank you so much for making this.. Thanks alot
Wow.thank you so much brother for great explanation
Thank you
If you have added your phone number in testing under firebase(Sign-in method->Phones). then please remove from there to get otp.
Thanks brother.. will do that
Thanks it helped
Thank you
U made my day
but why are u using class based componetns?????
Thanks, reason was that I was using class based components so i feel easy. ;)
Thanks
Very useful video thank you
So nice of you
I am using this code in my next js project
When I am using this code
It is showing configureCaptcha is not defined after importing the things u told in comment.
After that if i go further onSignInSubmit,signInWithPhoneNumber also shows not defined.
Please Reply as i need it to work
getting auth/argument error what should I do?
thank yo so much this was helpful
Thank you Very Much
'onSignInSubmit' was used before it was defined
How to take international phone number like a drop-down button and then we can select the flag and write the number and it will store in database with country code
Thank you soo much sir
Thanks, it works for me
You're welcome!
While Iam exporting firebase it showing firebase is not present in firebase/app plz help me
great video, thank you!
Thanks
why firebase sms verification language not changing for website?
Great Video Thanks
Great sir thanku so much 🙏🙏
How Can I use server side number Auth using Node Js
Plzz reply I'm waiting 🙏🙏
Thanks for the code, I tried converting this code to JSX but throwing lots of errors. By any chance you have the code in tsx which I can refer?
declare global {
interface Window {
recaptchaVerifier: firebase.auth.RecaptchaVerifier;
confirmationResult: firebase.auth.ConfirmationResult;
}
}
that code has been twice function onSumit.. fix it as well
how to handle Error: reCAPTCHA has already been rendered in this element
after verification how to move next page ?
Tried to run same code but getting this error
Uncaught TypeError: Cannot read properties of undefined (reading 'RecaptchaVerifier')
import firebase from 'firebase/app';
import 'firebase/auth';
Jus import these in your file. it will work
bhai 5 din se aapka code try krrha hu otp not sent aarha hai ,,,, otp nhi aarha hai bhai prishan ho gya
(Firebase.auth.recaptchaverfier is not a constructor ) the above error is raiseing bro what I do?
You can call new app.auth.RecaptchaVerifier('id', ...
import firebase from 'firebase/compat/app';
import 'firebase/compat/auth';
//add in firebase.js
how to do it using email
Failed to npm install firebase...wt to do fr solving
Hope you have installed node js. Check with npm -v
@@StudyAutomationAcademy installed. bt some prblm still having
How to remove annoying Recaptcha?
Good question. This is annoying but helping application from Automation software.
please send me source code
Is Firebase is a paid service or free.
It's free..
Tried running same code but getting error
Attempted import error: 'firebase/app' does not contain a default export (imported as 'firebase').
import firebase from 'firebase/compat/app';
import 'firebase/compat/auth';
Thanks for helping. This is how we all can grow.