标签: react-native-firebase
我在与匿名用户一起使用Apple登录时遇到麻烦。
第5步失败的原因是因为Apple登录两次无法使用相同的凭据。此firebase IOS thread
该线程的解决方案是使用
error.userInfo[FIRAuthErrorUserInfoUpdatedCredentialKey]
但是,我不知道如何在react-native-firebase / auth中访问它
有人可以建议使用当前的API是否可以做到这一点?