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

Method batch

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

Source from the content-addressed store, hash-verified

1535 }
1536
1537 batch(): WriteBatch {
1538 return WriteBatch.fromNative(this.native.batch());
1539 }
1540
1541 collection(collectionPath: string): CollectionReference {
1542 return CollectionReference.fromNative(this.native.collection(collectionPath));

Callers

nothing calls this directly

Calls 2

batchMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected