Process Flow - Email/password login
User enters email & password
Send credentials to Firebase Auth
Firebase checks credentials
Valid?
User logged in
Access granted to app
User inputs email and password, Firebase verifies them, then either logs the user in or shows an error.