Skip to content

Commit

Permalink
Remove Firebase Messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
vash15 committed Nov 18, 2020
1 parent 26ab045 commit b8ccdaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ios/AppDelegate+FirebasePlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ - (void)application:(UIApplication *)application didRegisterForRemoteNotificatio
}
*/

/*
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo {
NSDictionary *mutableUserInfo = [userInfo mutableCopy];
Expand All @@ -138,8 +139,9 @@ - (void)application:(UIApplication *)application didReceiveRemoteNotification:(N
[FirebasePlugin.firebasePlugin sendNotification:mutableUserInfo];
}
*/


/*
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {
Expand All @@ -151,6 +153,7 @@ - (void)application:(UIApplication *)application didReceiveRemoteNotification:(N
completionHandler(UIBackgroundFetchResultNewData);
[FirebasePlugin.firebasePlugin sendNotification:mutableUserInfo];
}
*/


- (BOOL)application:(UIApplication *)application continueUserActivity:(nonnull NSUserActivity *)userActivity restorationHandler:
Expand Down

0 comments on commit b8ccdaa

Please sign in to comment.