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

Method child

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

Source from the content-addressed store, hash-verified

55 ref: IReference;
56
57 child(path: string): IDataSnapshot;
58 exists(): boolean;
59 exportVal(): any;
60 forEach(action: (child: IDataSnapshot) => true | undefined): boolean;

Callers 3

childMethod · 0.65
childMethod · 0.65
childMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected