loginWithEmail

private fun loginWithEmail(email: String, password: String)

Verifies the log-in credentials given the email address and password the user entered.

This function uses the built-in email and password authentication method of Firebase.

Parameters

email

Email address that the user entered.

password

Password that the user entered.