在Android

时间:2019-11-21 02:03:18

标签: react-native firebase-authentication react-native-android react-native-firebase

我正在尝试弄清楚如何在react-native上正确处理android自动检索的firebase电话auth

我正在关注此文档:

https://rnfirebase.io/docs/v5.x.x/auth/phone-auth#verifyPhoneNumber

当我使用Android设备登录时,.on()侦听器会触发两个事件: CODE_SENT,然后是AUTO_VERIFIED,

当它达到AUTO_VERIFIED时,phoneSnapshot代码和VerificationID设置为null 所以我不能使用:

const cred = firebase.auth.PhoneAuthProvider.credential(verificationId, code)以便登录用户。

我在这里想念什么?

0 个答案:

没有答案