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

Method isEqual

packages/firebase-firestore/index.d.ts:54–54  ·  view source on GitHub ↗
(other: any)

Source from the content-addressed store, hash-verified

52 where(fieldPath: keyof T | IFieldPath, opStr: WhereFilterOp, value: any): IQuery<T>;
53
54 isEqual(other: any): boolean;
55}
56
57export interface ICollectionReference<T extends DocumentData = DocumentData> {

Callers 1

isEqualMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected