Spanish Firebase Authex - recuperar log

gregorio_adrian_gimenez

Active Member
Licensed User
Longtime User
Hola muchachos!
Tengo un problema para iniciar sesión con Firebase Authex utilizando mail y contraseña
No se como capturar el log en el codigo y utilizarlo.
La funcion es:
B4X:
authex.SignInWithEmailAndPassword(EditText_mail.Text,EditText_Password.Text)

Cuando intento iniciar sesión levanta el evento
B4X:
authex_SignedIn (success As Boolean, User As FirebaseAuthUser, info As String)
En el log se muestra lo siguiente

signInWithEmail:eek:nComplete: false
TaskIncomplete
Result received
onFailure: Exception raised
com.google.firebase.auth.FirebaseAuthInvalidCredentialsException: The password is invalid or the user does not have a password.

Authex_SignedIn(false,Login Unsuccessful)

La variable info devuelve "Login Unsuccessful o successful", la variable success devuelve true o false, pero este log no se como recuperarlo y utilizarlo.
B4X:
com.google.firebase.auth.FirebaseAuthInvalidCredentialsException: The password is invalid or the user does not have a password

Alguien me puede ayudar? seguramente hay algo que no sé.

Saludos cordiales
 
Top