MCPcopy Create free account
hub / github.com/firebase/firebase-tools / listPath

Method listPath

src/database/listRemote.ts:15–15  ·  view source on GitHub ↗

* Call the shallow get API with limitToFirst=numSubPath. * @param path the path to list * @param numSubPath the number of subPaths to fetch. * @param startAfter omit list entries comparing lower than `startAfter` * @param timeout milliseconds after which to timeout the request * @retu

(
    path: string,
    numSubPath: number,
    startAfter?: string,
    timeout?: number,
  )

Source from the content-addressed store, hash-verified

13 * @return the list of sub pathes found.
14 */
15 listPath(
16 path: string,
17 numSubPath: number,
18 startAfter?: string,

Callers 3

listRemote.spec.tsFile · 0.65
deletePathMethod · 0.65

Implementers 2

RTDBListRemotesrc/database/listRemote.ts
FakeListRemotesrc/database/fakeListRemote.spec.ts

Calls

no outgoing calls

Tested by

no test coverage detected