firebase.auth().onAuthStateChanged(user => { if (user.isAnonymous === true) { // Redirect to a page for the user to give you their credentials. } ...
確定! 回上一頁