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

Method runTransaction

packages/firebase-firestore/index.d.ts:233–233  ·  view source on GitHub ↗
(updateFunction: (transaction: ITransaction) => Promise<any>)

Source from the content-addressed store, hash-verified

231 enableNetwork(): Promise<void>;
232
233 runTransaction(updateFunction: (transaction: ITransaction) => Promise<any>): Promise<any>;
234
235 settings: ISettings;
236

Callers 3

transactionMethod · 0.65
runTransactionMethod · 0.65
runTransactionMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected