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

Method doc

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

Source from the content-addressed store, hash-verified

741 }
742
743 doc(documentPath?: string) {
744 return DocumentReference.fromNative(documentPath ? this.native.documentWithPath(documentPath) : this.native.documentWithAutoID());
745 }
746
747 toJSON() {
748 return {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected