react-native-firebase 登陆功能集成与实现

如下内容基于 react-native-firebase 版本4.1 javascript 经常使用api: //匿名登陆: firebase.auth().signInAnonymously() .then(() => { this.setState({ isAuthenticated: true, }); }); /** * 手机号码登陆 * @returns
相关文章
相关标签/搜索