firebase-firestore
Toggle table of contents
2.2.0
js
Platform filter
js
Switch theme
Search in API
firebase-firestore
firebase-firestore
/
dev.gitlive.firebase.firestore.externals
/
runTransaction
run
Transaction
js
external
fun
<
T
>
runTransaction
(
firestore
:
Firestore
,
updateFunction
:
(
transaction
:
Transaction
)
->
Promise
<
T
>
,
options
:
Any
?
=
definedExternally
)
:
Promise
<
T
>