FirebasePushNotificationPlugin icon indicating copy to clipboard operation
FirebasePushNotificationPlugin copied to clipboard

Cache events

Open adammeaney opened this issue 7 years ago • 1 comments

Please take a moment to fill out the following:

Makes notification action consistent between platforms.

Changes Proposed in this pull request:

  • Allow delayed subscription for the opened event for iOS to follow how Android does it.
  • Follows a similar pattern for the OnTokenRefresh. This can be removed if you see a problem with it that I do not, but it allows for auto registering at the beginning and only using it after a sign in or similar approaches.

adammeaney avatar Apr 23 '18 17:04 adammeaney

Is anyone going to merge and release this feature soon? I think the current implementation leads to lot of confusion (Android handles caching while iOS does not).

thomasgalliker avatar Jul 29 '21 08:07 thomasgalliker

You can find an all new implementation with caching of push notifications here.

thomasgalliker avatar May 14 '24 05:05 thomasgalliker