signInWithEmailAndPassword

fun signInWithEmailAndPassword(email: String, password: String, home: () -> Unit): Job

Sign in with email and password

Return

Unit

Parameters

email

email of the user

password

password of the user

home

function to call when the user is signed in

See also

FirebaseAuth.signInWithEmailAndPassword