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

Method android

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

Source from the content-addressed store, hash-verified

1089 }
1090
1091 get android() {
1092 return this.native;
1093 }
1094
1095 static documentId(): FieldPath {
1096 return FieldPath.fromNative(com.google.firebase.firestore.FieldPath.documentId());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected