We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2395cc commit 76d0ae8Copy full SHA for 76d0ae8
Firestore/Source/Public/FIRQuery.h
@@ -91,8 +91,10 @@ NS_SWIFT_NAME(Query)
91
- (void)getDocumentsWithCompletion:(FIRQuerySnapshotBlock)completion
92
NS_SWIFT_NAME(getDocuments(completion:));
93
94
+// clang-format off
95
- (void)getDocumentsWithOptions:(FIRGetOptions *)options completion:(FIRQuerySnapshotBlock)completion
96
NS_SWIFT_NAME(getDocuments(options:completion:));
97
+// clang-format on
98
99
/**
100
* Attaches a listener for QuerySnapshot events.
0 commit comments