FirebaseFirestore Framework Reference

DocumentSnapshotsSequence

@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
struct DocumentSnapshotsSequence : AsyncSequence

An AsyncSequence that emits DocumentSnapshot values whenever the document data changes.

This struct is the concrete type returned by the DocumentReference.snapshots property.