thomasgalliker / Plugin.FirebasePushNotifications

Receive and handle firebase push notifications in .NET MAUI apps
MIT License
66 stars 5 forks source link

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

Closed thomasgalliker closed 1 month ago

thomasgalliker commented 3 months ago

Description

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

Background & Context