forked from phonegap/phonegap-plugin-push
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ios)!: extract FCM related logic to PushPluginFCM (#293)
* feat(ios)!: PushPluginFCM - extract isFCMEnabled logic & set in pluginInitialize * feat(ios)!: PushPluginFCM - extract FCM configure logic & call in pluginInitialize * feat(ios)!: PushPluginFCM - extract FCM topic subscribe & unsubscribe logic * feat(ios)!: re-ordered the calling of FCM tokenWithCompletion after setting APNS token * feat(ios)!: PushPluginFCM - move tokenWithCompletion logic * feat(ios)!: cleaup registerWithToken * feat(ios)!: subscribe & unsubscribe apis only run when FCM is enabled * feat(ios)!: cleanup didRegisterForRemoteNotificationsWithDeviceToken * feat(ios): PushPluginFCM - rename configureFirebase to configure * feat(ios): PushPluginFCM - move setAPNSToken * feat(ios)!: move last bit of firebase & imports to PushPluginFCM * feat(ios): cleanup & trigger registerWithToken once each launch * feat(ios)!: PushPluginFCM - move more FCM logic over * feat(ios)!: PushPluginFCM - cleanup
- Loading branch information
Showing
7 changed files
with
250 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.