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

Method doc

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

Source from the content-addressed store, hash-verified

807 }
808
809 doc(documentPath?: string) {
810 return DocumentReference.fromNative(documentPath ? this.native.document(documentPath) : this.native.document());
811 }
812
813 toJSON() {
814 return {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected