firebaseAccountDetailsValidation property

FirebaseAccountDetailsValidation firebaseAccountDetailsValidation
final

Validation function for Firebase account details.

This function should throw an exception if the account details do not match the requirements. If the function returns normally, the account is considered valid.

It can be used to enforce additional requirements on the Firebase account details before allowing the user to sign in, such as requiring a verified email or specific email domains.

Implementation

final FirebaseAccountDetailsValidation firebaseAccountDetailsValidation;