FirebaseAuthWeakPasswordException

class FirebaseAuthWeakPasswordException : FirebaseAuthInvalidCredentialsException


Thrown when using a weak password (less than 6 chars) to create a new account or to update an existing account's password. Use getReason to get a message with the reason the validation failed that you can display to your users.

Summary

Public properties

String?

Public properties

reason

val reasonString?