firebase.auth().createUserWithEmailAndPassword(email, password).then(newUser => { firebase.database().ref('/users').child(newUser.uid).set({
確定! 回上一頁