React Native Firebase
    Preparing search index...
    interface PhoneMultiFactorInfo {
        displayName?: string;
        enrollmentTime: string;
        factorId: "phone";
        phoneNumber: string;
        uid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayName?: string

    User friendly name for this factor.

    enrollmentTime: string

    Time the second factor was enrolled, in UTC.

    factorId: "phone"
    phoneNumber: string

    The phone number used for this factor.

    uid: string

    Unique id for this factor.