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
/
updateDoc
update
Doc
js
external
fun
updateDoc
(
reference
:
DocumentReference
,
data
:
Any
)
:
Promise
<
Unit
>
external
fun
updateDoc
(
reference
:
DocumentReference
,
field
:
String
,
value
:
Any
?
,
vararg
moreFieldsAndValues
:
Any
?
)
:
Promise
<
Unit
>
external
fun
updateDoc
(
reference
:
DocumentReference
,
field
:
FieldPath
,
value
:
Any
?
,
vararg
moreFieldsAndValues
:
Any
?
)
:
Promise
<
Unit
>