override fun loginWithGoogle() {
        Log.i("Login", "Trying to login with Google.")
        auth.loginWithGoogle(this) { user, error -> onLoginResult(user, error) }
    }