Skip to content

Commit

Permalink
fix(firebase_auth): update FLTFirebaseAuthPlugin.m (firebase#3360)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Diarmid <[email protected]>
  • Loading branch information
Ehesp and Salakar authored Aug 26, 2020
1 parent c22d6dc commit c0b86fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ - (void)handleMethodCall:(FlutterMethodCall *)call result:(FlutterResult)flutter
#pragma mark - AppDelegate

#if TARGET_OS_IPHONE
- (bool)application:(UIApplication *)application
- (BOOL)application:(UIApplication *)application
didReceiveRemoteNotification:(NSDictionary *)notification
fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler {
if ([[FIRAuth auth] canHandleNotification:notification]) {
Expand Down

0 comments on commit c0b86fa

Please sign in to comment.