React Native - Firebase EmailAuthProvider未定义

时间:2018-03-23 05:35:30

标签: firebase react-native firebase-authentication undefined

我一直在尝试使用以下行重新验证用户:

firebase
.auth()
.currentUser
.reauthenticateWithCredential(
    firebase
    .auth
    .EmailAuthProvider
    .credential(
        firebase
        .auth()
        .currentUser
        .email, providedPassword
    )
)

然而,奇怪的是我遇到了未定义的错误: enter image description here

试图找到一个解决方案,为什么它可能未定义但仍然没有成功。有没有人以前处理过这个问题?

0 个答案:

没有答案