FirebaseFirestoreSwift Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Configuration
public struct Configuration
The query’s configurable properties.
-
The query’s collection path.
Declaration
Swift
public var path: String
-
-
-
If any errors occurred, they will be exposed here as well.
Declaration
Swift
public var error: Error?
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-05-11 UTC.
[null,null,["Last updated 2022-05-11 UTC."],[],[],null,["# FirebaseFirestoreSwift Framework Reference\n\nConfiguration\n=============\n\n public struct Configuration\n\nThe query's configurable properties.\n- `\n ``\n ``\n `\n\n ### [path](#/s:22FirebaseFirestoreSwift0B5QueryV13ConfigurationV4pathSSvp)\n\n `\n ` \n The query's collection path. \n\n #### Declaration\n\n Swift \n\n public var path: String\n\n- `\n ``\n ``\n `\n\n ### [predicates](#/s:22FirebaseFirestoreSwift0B5QueryV13ConfigurationV10predicatesSayAA0D9PredicateOGvp)\n\n `\n ` \n The query's predicates. \n\n #### Declaration\n\n Swift \n\n public var predicates: [../../Enums/QueryPredicate.html]\n\n- `\n ``\n ``\n `\n\n ### [decodingFailureStrategy](#/s:22FirebaseFirestoreSwift0B5QueryV13ConfigurationV23decodingFailureStrategyAA08DecodinggH0Ovp)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n public var decodingFailureStrategy: ../../Enums/DecodingFailureStrategy.html\n\n- `\n ``\n ``\n `\n\n ### [error](#/s:22FirebaseFirestoreSwift0B5QueryV13ConfigurationV5errors5Error_pSgvp)\n\n `\n ` \n If any errors occurred, they will be exposed here as well. \n\n #### Declaration\n\n Swift \n\n public var error: Error?"]]