【发布时间】:2019-09-03 11:26:19
【问题描述】:
使用 Firebase OTP 通知。不能重复使用
window.recaptchaVerifier = new firebase.auth.RecaptchaVerifier('sign-in-button', {
用于在计时器完成后重新发送 otp。
https://github.com/firebase/quickstart-js/blob/master/auth/phone-invisible.html
我正在使用这个库。
window.recaptchaVerifier = new firebase.auth.RecaptchaVerifier('sign-in-button', {
});
我想在点击“重新发送”后重用它,但它显示错误:
未捕获的错误:reCAPTCHA 已在此元素中呈现
【问题讨论】:
标签: javascript firebase mobile firebase-authentication