EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

[firebase authentication] typed error #1685

Open soscler opened 3 years ago

soscler commented 3 years ago

Hi,

Can you provide meaningful information when an error occurs during the authentication.

For example when the authentication failed due to wrong credenttials, instead of getting this error message Logging in the user failed. com.google.firebase.auth.FirebaseAuthInvalidCredentialsException: The password is invalid or the user does not have a password., It will be nice to get the error class' type here: com.google.firebase.auth.FirebaseAuthInvalidCredentialsException, it's name, and maybe the stackstrace.