我一直在尝试使用以下行重新验证用户:
firebase
.auth()
.currentUser
.reauthenticateWithCredential(
firebase
.auth
.EmailAuthProvider
.credential(
firebase
.auth()
.currentUser
.email, providedPassword
)
)
试图找到一个解决方案,为什么它可能未定义但仍然没有成功。有没有人以前处理过这个问题?