MCPcopy Index your code
hub / github.com/NativeScript/firebase / commit

Method commit

packages/firebase-firestore/index.d.ts:199–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197
198export interface IWriteBatch {
199 commit(): Promise<void>;
200
201 delete<T extends DocumentData = DocumentData>(documentRef: IDocumentReference<T>): IWriteBatch;
202

Callers 3

commitMethod · 0.65
commitMethod · 0.65
initMethod · 0.65

Implementers 3

WriteBatchpackages/firebase-firestore/index.andr
WriteBatchpackages/firebase-firestore/index.ios.
WriteBatchpackages/firebase-firestore/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected