Open eman1000 opened 7 years ago
Will look into it and update
@ashinga48 ok thanks
Not working....
Not working...
First of all there is a clear typo:
You import RNFirebasePhoneAuth
but use RNFirebasePhoneauth
.
However I tried with the typo corrected and this package is still not working. Please update or tell people that it is not usable!
@ashinga48 I think this package has a lot of potential. Are you planning on updating it?
@wmonecke thank you, i will update asap. did you try installing with npm. it has the updated version.
when calling RNFirebasePhoneauth.sendOTP(phoneNumber); giving error:- RNFirebasePhoneAuth.sendOTP got 1 argument, expected 3.
You need to pass callbacks Success and failure ( can be empty atleast )
RNFirebasePhoneauth.sendOTP(phoneNumber, (success)=>{}, (error)=>{} );
hie my setup up is like this
I am getting an error "RNFirebasePhoneauth is no defined "