Guest User

Untitled

a guest
Dec 15th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. func login(user: String, pass: String){
  2. Auth.auth().signIn(withEmail: user, password: pass) { (user, error) in
  3. if(error != nil){
  4. print("Success")
  5. }
  6. }
Add Comment
Please, Sign In to add comment