ServerSnapshot typedef

ServerSnapshot = ({String documentId, Snapshot snapshot})

A snapshot a document just took, and the document it belongs to.

Implementation

typedef ServerSnapshot = ({String documentId, Snapshot snapshot});