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

Method doc

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

Source from the content-addressed store, hash-verified

1403 }
1404
1405 doc(documentPath: string): DocumentReference {
1406 return DocumentReference.fromNative(this.native.documentWithPath(documentPath));
1407 }
1408
1409 enableNetwork(): Promise<void> {
1410 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected