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

Method constructor

packages/firebase-firestore/index.android.ts:1072–1076  ·  view source on GitHub ↗
(fieldNames: string[], native = false)

Source from the content-addressed store, hash-verified

1070 _native: com.google.firebase.firestore.FieldPath;
1071
1072 constructor(fieldNames: string[], native = false) {
1073 if (!native) {
1074 this._native = com.google.firebase.firestore.FieldPath.of(fieldNames);
1075 }
1076 }
1077
1078 static fromNative(field: com.google.firebase.firestore.FieldPath) {
1079 if (field instanceof com.google.firebase.firestore.FieldPath) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected