React Native Firebase
    Preparing search index...
    interface ActionCodeInfo {
        data: {
            email?: string | null;
            multiFactorInfo?: MultiFactorInfo | null;
            previousEmail?: string | null;
        };
        operation: | "EMAIL_SIGNIN"
        | "PASSWORD_RESET"
        | "RECOVER_EMAIL"
        | "REVERT_SECOND_FACTOR_ADDITION"
        | "VERIFY_AND_CHANGE_EMAIL"
        | "VERIFY_EMAIL";
    }
    Index

    Properties

    Properties

    data: {
        email?: string | null;
        multiFactorInfo?: MultiFactorInfo | null;
        previousEmail?: string | null;
    }
    operation:
        | "EMAIL_SIGNIN"
        | "PASSWORD_RESET"
        | "RECOVER_EMAIL"
        | "REVERT_SECOND_FACTOR_ADDITION"
        | "VERIFY_AND_CHANGE_EMAIL"
        | "VERIFY_EMAIL"