FirebaseFirestore Framework Reference

Snapshot

public struct Snapshot : Sendable

A Pipeline.Snapshot contains the results of a pipeline execution.

  • An array of all the results in the Pipeline.Snapshot.

    Declaration

    Swift

    public let results: [PipelineResult]
  • The time at which the pipeline producing this result was executed.

    Declaration

    Swift

    public let executionTime: Timestamp