MCPcopy Index your code
hub / github.com/NativeScript/firebase / forEach

Method forEach

packages/firebase-database/common.ts:60–60  ·  view source on GitHub ↗
(action: (child: IDataSnapshot) => true | undefined)

Source from the content-addressed store, hash-verified

58 exists(): boolean;
59 exportVal(): any;
60 forEach(action: (child: IDataSnapshot) => true | undefined): boolean;
61 getPriority(): string | number | null;
62 hasChild(path: string): boolean;
63 hasChildren(): boolean;

Callers 15

setScopesMethod · 0.65
recordErrorMethod · 0.65
setAttributesMethod · 0.65
scopesMethod · 0.65
permissionsMethod · 0.65
scopesMethod · 0.65
setCustomParametersMethod · 0.65
scopesMethod · 0.65
setCustomParametersMethod · 0.65
blacklistedCountriesMethod · 0.65
whitelistedCountriesMethod · 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