React Native Firebase
    Preparing search index...

    Options for listing files and folders.

    interface ListOptions {
        maxResults?: number | null;
        pageToken?: string | null;
    }
    Index

    Properties

    maxResults?: number | null

    If set, limits the total number of prefixes and items to return. The default and maximum maxResults is 1000.

    pageToken?: string | null

    The nextPageToken from a previous call to list(). If provided, listing is resumed from the previous position.