Packagecom.tuarua.firebase.firestore
Classpublic class DocumentSnapshot
InheritanceDocumentSnapshot Inheritance Object



Public Properties
 PropertyDefined By
  data : *
DocumentSnapshot
  exists : Boolean = false
True if the document exists.
DocumentSnapshot
  id : String
The ID of the document for which this DocumentSnapshot contains data.
DocumentSnapshot
  metadata : SnapshotMetadata
Metadata about this snapshot concerning its source and if it has local modifications.
DocumentSnapshot
Public Methods
 MethodDefined By
  
DocumentSnapshot(id:String, data:*, exists:Boolean, metadata:SnapshotMetadata)
DocumentSnapshot
Property Detail
dataproperty
public var data:*

existsproperty 
public var exists:Boolean = false

True if the document exists.

idproperty 
public var id:String

The ID of the document for which this DocumentSnapshot contains data.

metadataproperty 
public var metadata:SnapshotMetadata

Metadata about this snapshot concerning its source and if it has local modifications.

Constructor Detail
DocumentSnapshot()Constructor
public function DocumentSnapshot(id:String, data:*, exists:Boolean, metadata:SnapshotMetadata)



Parameters
id:String
 
data:*
 
exists:Boolean
 
metadata:SnapshotMetadata