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.
FIRQueryFake
1 parent 37b1ad6 commit de80eafCopy full SHA for de80eaf
FirebaseTestingSupport/Firestore/Sources/FIRQueryFake.mm
@@ -16,10 +16,13 @@
16
17
@implementation FIRQueryFake
18
19
+#pragma clang diagnostic push
20
+#pragma clang diagnostic ignored "-Wobjc-designated-initializers"
21
- (instancetype)init {
22
// The object is partially initialized. Make sure the methods used during testing are overridden.
23
return self;
24
}
25
+#pragma clang diagnostic pop
26
27
- (void)getDocumentsWithCompletion:(FIRQuerySnapshotBlock)completion {
28
if (self.getDocumentsHandler) {
0 commit comments