References to prefixes (sub-folders). You can call list() on them to
get its contents.
Folders are implicit based on '/' in the object paths.
For example, if a bucket has two objects '/a/b/1' and '/a/b/2', list('/a')
will return '/a/b' as a prefix.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-27 UTC."],[],[],null,["- [firebase](/docs/reference/node/firebase).\n- [storage](/docs/reference/node/firebase.storage).\n- ListResult \nResult returned by list().\n\nIndex\n\nProperties\n\n- [items](/docs/reference/node/firebase.storage.ListResult#items)\n- [nextPageToken](/docs/reference/node/firebase.storage.ListResult#nextpagetoken)\n- [prefixes](/docs/reference/node/firebase.storage.ListResult#prefixes)\n\nProperties\n\nitems \nitems: [Reference](/docs/reference/node/firebase.storage.Reference)\\[\\] \nObjects in this directory.\nYou can call getMetadata() and getDownloadUrl() on them.\n\nnextPageToken \nnextPageToken: string \\| null \nIf set, there might be more results for this list. Use this token to resume the list.\n\nprefixes \nprefixes: [Reference](/docs/reference/node/firebase.storage.Reference)\\[\\] \nReferences to prefixes (sub-folders). You can call list() on them to\nget its contents.\n\nFolders are implicit based on '/' in the object paths.\nFor example, if a bucket has two objects '/a/b/1' and '/a/b/2', list('/a')\nwill return '/a/b' as a prefix."]]
Result returned by list().