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

Method getPriority

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

Source from the content-addressed store, hash-verified

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

Callers 2

exportValMethod · 0.65
getPriorityMethod · 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