Plugin.FirebasePushNotifications
Plugin.FirebasePushNotifications copied to clipboard
[Refactoring] Move `FirebasePushNotificationManager.NotificationActivityFlags` to Android options
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