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

Method doc

packages/firebase-firestore/index.d.ts:64–64  ·  view source on GitHub ↗
(documentPath?: undefined | string)

Source from the content-addressed store, hash-verified

62 add(data: T): Promise<IDocumentReference<T>>;
63
64 doc(documentPath?: undefined | string): IDocumentReference<T>;
65}
66
67export interface IFieldPath {}

Callers

nothing calls this directly

Implementers 1

CollectionReferencepackages/firebase-firestore/index.andr

Calls

no outgoing calls

Tested by

no test coverage detected