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
/
DocumentSnapshot
Document
Snapshot
js
external
interface
DocumentSnapshot
Members
Properties
id
Link copied to clipboard
js
abstract
val
id
:
String
metadata
Link copied to clipboard
js
abstract
val
metadata
:
SnapshotMetadata
ref
Link copied to clipboard
js
abstract
val
ref
:
DocumentReference
Functions
data
Link copied to clipboard
js
abstract
fun
data
(
options
:
Any
?
=
definedExternally
)
:
Any
?
exists
Link copied to clipboard
js
abstract
fun
exists
(
)
:
Boolean
get
Link copied to clipboard
js
abstract
fun
get
(
fieldPath
:
FieldPath
,
options
:
Any
?
=
definedExternally
)
:
Any
?
abstract
fun
get
(
fieldPath
:
String
,
options
:
Any
?
=
definedExternally
)
:
Any
?