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

Method android

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

Source from the content-addressed store, hash-verified

1334 }
1335
1336 get android() {
1337 return this.native;
1338 }
1339
1340 update<T extends DocumentData = DocumentData>(documentRef: DocumentReference<T>, data: Partial<{ [K in keyof T]: T[K] | FieldValue }>): WriteBatch;
1341 update<T extends DocumentData = DocumentData, K extends keyof T = string>(documentRef: DocumentReference<T>, field: K | FieldPath, value: FieldValue | T[K], moreFieldAndValues: any[]): WriteBatch;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected