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

Class DataSnapshot

packages/firebase-database/index.d.ts:94–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94export declare class DataSnapshot implements IDataSnapshot {
95 readonly native: any;
96 readonly android: any;
97 readonly ios: any;
98
99 readonly key: string;
100 readonly ref: Reference;
101
102 child(path: string): DataSnapshot;
103
104 exists(): boolean;
105
106 exportVal();
107
108 forEach(action: (child: DataSnapshot) => true): boolean;
109
110 getPriority(): string | number;
111
112 hasChild(path: string): boolean;
113
114 hasChildren(): boolean;
115
116 numChildren(): number;
117
118 val();
119}
120
121export declare class Database implements IDatabase {
122 readonly native: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…