MCPcopy Create free account
hub / github.com/NativeScript/firebase / child

Method child

packages/firebase-database/common.ts:42–42  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

40 readonly ref: IReference;
41 readonly root: IReference;
42 child(path: string): IReference;
43 onDisconnect(): IOnDisconnect;
44 push(value?: any, onComplete?: undefined | (() => void)): IThenableReference;
45 remove(onComplete?: undefined | ((error: FirebaseError | null) => void)): Promise<void>;

Callers

nothing calls this directly

Implementers 3

Referencepackages/firebase-database/index.andro
Referencepackages/firebase-database/index.ios.t
Referencepackages/firebase-database/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected