啟動 電子郵件/密碼 服務

註冊用法 createUser()
LoginViewController.swiftbutton.addTarget( self , action:#selector(handleRegister , touchUpInside) )
guard let email = emailTextField.text , let password = passwordTextField.text
else
{
print("Form is not value")
}
else
{
print("Form is not value")
}
Authentication 增加一筆你剛註冊的帳密
將帳密儲存到 Database
FIREDatabase.database().reference(fromURL:"https://gameofchats-75c73.firebaseio.com/")
沒有留言:
張貼留言