initializeApp ({ /* config */ }); const auth = firebaseApp.auth(); auth.onAuthStateChanged(user => { console.log(user); });. The sample above ...
確定! 回上一頁