devsite/tools/jazzy/templates

FirebaseFirestore Framework Reference

Configuration

public struct Configuration

The query’s configurable properties.

  • The query’s collection path.

    Declaration

    Swift

    public var path: String
  • The query’s predicates.

    Declaration

    Swift

    public var predicates: [QueryPredicate]
  • The strategy to use in case there was a problem during the decoding phase.

    Declaration

    Swift

    public var decodingFailureStrategy: DecodingFailureStrategy
  • If any errors occurred, they will be exposed here as well.

    Declaration

    Swift

    public var error: Error?
  • The type of animation to apply when updating the view. If this is omitted then no animations are fired.

    Declaration

    Swift

    public var animation: Animation?