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

Method documentId

packages/firebase-firestore/index.ios.ts:964–966  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

962 }
963
964 static documentId(): FieldPath {
965 return FieldPath.fromNative(FIRFieldPath.documentID());
966 }
967
968 toString() {
969 return this.native.description;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected