您好,我正在尝试使用短信身份验证。我已经设置了与内置Firebase Recaptcha分开的Recaptcha,并且我正在尝试将该Recaptcha的令牌传递到firebase.auth().signInWithPhoneNumber(phonenumber, separaterecaptchatoken)
我收到以下错误
错误:signInWithPhoneNumber失败:第二个参数 “ applicationVerifier”必须是一个实现 firebase.auth.ApplicationVerifier
我知道我传递的令牌不是firebase.auth.ApplicationVerifier
的实现。有什么方法可以将我已经存在的Recaptcha令牌转换为firebase.auth.ApplicationVerifier的实现?