React Native Firebase
    Preparing search index...
    interface AdditionalUserInfo {
        isNewUser: boolean;
        profile: Record<string, unknown> | null;
        providerId: string | null;
        username?: string | null;
    }
    Index

    Properties

    isNewUser: boolean
    profile: Record<string, unknown> | null
    providerId: string | null
    username?: string | null