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 bc87881 commit 5aa7cacCopy full SHA for 5aa7cac
Firestore/Source/Public/FIRQuery.h
@@ -91,10 +91,11 @@ NS_SWIFT_NAME(Query)
91
- (void)getDocumentsWithCompletion:(FIRQuerySnapshotBlock)completion
92
NS_SWIFT_NAME(getDocuments(completion:));
93
94
+// clang-format off
95
- (void)getDocumentsWithOptions:(FIRGetOptions *)getOptions
96
completion:(FIRQuerySnapshotBlock)completion
- NS_SWIFT_NAME(getDocuments(options:completion
97
-:));
+ NS_SWIFT_NAME(getDocuments(options:completion:));
98
99
100
/**
101
* Attaches a listener for QuerySnapshot events.
0 commit comments