react-native-firebase 登陸功能集成與實現

如下內容基於 react-native-firebase 版本4.1 javascript 經常使用api: //匿名登陸: firebase.auth().signInAnonymously() .then(() => { this.setState({ isAuthenticated: true, }); }); /** * 手機號碼登陸 * @returns
相關文章
相關標籤/搜索