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

Method documentId

packages/firebase-firestore/index.android.ts:1095–1097  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1093 }
1094
1095 static documentId(): FieldPath {
1096 return FieldPath.fromNative(com.google.firebase.firestore.FieldPath.documentId());
1097 }
1098
1099 toString() {
1100 return this.native.toString().replace(/([`])/g, '');

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected