Plugin.FirebasePushNotifications icon indicating copy to clipboard operation
Plugin.FirebasePushNotifications copied to clipboard

[Refactoring] Move `FirebasePushNotificationManager.NotificationActivityFlags` to Android options

Open thomasgalliker opened this issue 6 months ago • 0 comments

Description

Remove all static options from FirebasePushNotificationManager. Static options are spread all over the code and need to be eliminated.

Background & Context

  • Improve testability
  • Have all options in the same place

thomasgalliker avatar Aug 17 '24 17:08 thomasgalliker