React native and firebase user authentication, promise rejection error

后端 未结 0 1585
再見小時候
再見小時候 2020-12-09 19:28
token = (await Notifications.getExpoPushTokenAsync()).data;
    try {
      uid = await firebase.auth().currentUser.uidr;
    } catch (error) {
      console.log(err         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题