You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this issue should probably be raised with Expo. In v9, there is an expectation that the RecaptchaVerifier has an internal method called _reset(). As I understand it, Expo exports a RecaptchaVerifier that works with our libraries (the RecaptchaVerifier class that Firebase exports does not work in React Native). Please reach out to the Expo maintainers.
I'm implementing firebase phone auth but getting the below error:
verifier._reset is not a function. (In 'verifier._reset()', 'verifier._reset' is undefined) when getting token
Although right after it, I'm receiving the OTP. But not getting token, required to complete the OTP verification.
STEPS TO REPRODUCE:
Installation:
expo install firebase
Code:
The text was updated successfully, but these errors were encountered: