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

Method doc

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

Source from the content-addressed store, hash-verified

227 disableNetwork(): Promise<void>;
228
229 doc<T extends DocumentData = DocumentData>(documentPath: string): IDocumentReference<T>;
230
231 enableNetwork(): Promise<void>;
232

Callers 4

issue_51Method · 0.65
initMethod · 0.65
invalid_field_pathMethod · 0.65
issue_139Method · 0.65

Implementers 3

Firestorepackages/firebase-firestore/index.andr
Firestorepackages/firebase-firestore/index.ios.
Firestorepackages/firebase-firestore/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected