自定义令牌格式不正确。请检查文档。当我使用从服务器生成的自定义令牌对Firebase进行身份验证时,会显示。 我检查了自定义标记,它是正确的。
我也尝试获取设备Firebase令牌,并且该令牌正在运行,这意味着集成是正确的。
import {firebase} from '@react-native-firebase/auth';
firebase.auth().signInWithCustomToken(this.props.firebaseCustomToken , (err) =>{
console.log(err) //The custom token format is incorrect. Please check the documentation.
});
如果缺少某些内容,请帮助我纠正上面的代码