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

Method off

packages/firebase-database/common.ts:26–26  ·  view source on GitHub ↗
(eventType?: EventType, callback?: undefined | ((a: IDataSnapshot, b: string | null) => void), context?: Record<string, any>)

Source from the content-addressed store, hash-verified

24 limitToFirst(limit: number): IQuery;
25 limitToLast(limit: number): IQuery;
26 off(eventType?: EventType, callback?: undefined | ((a: IDataSnapshot, b: string | null) => void), context?: Record<string, any>): void;
27 on(eventType: EventType, callback: (data: IDataSnapshot, previousChildKey: string | null) => void, cancelCallbackOrContext?: (a: Error) => void | Record<string, any> | null, context?: Record<string, any> | null): (a: IDataSnapshot | null, b: string | null) => void;
28 once(eventType: EventType, successCallback?: undefined | ((a: IDataSnapshot, b: string | null) => any), failureCallbackContext?: (a: Error) => void | Record<string, any> | null): Promise<IDataSnapshot>;
29 orderByChild(path: string): IQuery;

Callers 3

cbMethod · 0.65
cbMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected