Guest User

Untitled

a guest
Jun 23rd, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Auth.auth().createUser(withEmail: email, password: password, completion: {
  2. (user: FIRUser?,error)
  3. if error != nil {
  4. print(error)
  5. return
Add Comment
Please, Sign In to add comment