Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
collinjackson committed Aug 25, 2019
1 parent 5077db8 commit 74e3154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ - (void)handleMethodCall:(FlutterMethodCall *)call result:(FlutterResult)result
completion:^(NSArray<NSString *> *providers, NSError *error) {
// For unrecognized emails, the Auth iOS SDK should return an
// empty `NSArray` here, but instead returns `nil`, so we coalesce
// to an empty array.
// with an empty `NSArray`.
// https://github.com/firebase/firebase-ios-sdk/issues/3655
[self sendResult:result forObject:providers ?: @[] error:error];
}];
Expand Down

0 comments on commit 74e3154

Please sign in to comment.