React Native Firebase
    Preparing search index...
    interface TotpMultiFactorInfo {
        displayName?: string | null;
        enrollmentTime: string;
        factorId: "phone" | "totp";
        uid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayName?: string | null
    enrollmentTime: string
    factorId: "phone" | "totp"
    uid: string