React Native Firebase
    Preparing search index...
    interface UserInfo {
        displayName: string | null;
        email: string | null;
        phoneNumber: string | null;
        photoURL: string | null;
        providerId: string;
        uid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayName: string | null
    email: string | null
    phoneNumber: string | null
    photoURL: string | null
    providerId: string
    uid: string