在下面的程式中,我們使用 onAuthStateChanged 事件來檢查使用者的身分驗證狀態: firebase.auth().onAuthStateChanged((user) => { if (user) { //如果取得 user ...
確定! 回上一頁