我对 firebase 函数 onAuthStateChanged() 感到有些困惑。 componentDidMount() { fbAuth.onAuthStateChanged(function(user) { if (user) { //THIS TRIGGERS BOTH AT ...
確定! 回上一頁