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

Method doc

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

Source from the content-addressed store, hash-verified

1579 }
1580
1581 doc(documentPath: string): DocumentReference {
1582 return DocumentReference.fromNative(this.native.document(documentPath));
1583 }
1584
1585 enableNetwork(): Promise<void> {
1586 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected