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

Method batch

packages/firebase-firestore/index.ios.ts:1369–1371  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1367 }
1368
1369 batch(): WriteBatch {
1370 return WriteBatch.fromNative(this.native.batch());
1371 }
1372
1373 collection(collectionPath: string): CollectionReference {
1374 return CollectionReference.fromNative(this.native.collectionWithPath(collectionPath));

Callers

nothing calls this directly

Calls 2

batchMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected