added support for silent notifications to android. OnNotificationRecieved is still called but no notification is shown.
Works if you add a key,value pair in the fcm data with "silent" as key name.
Sorry its done in two pushes. just a quick suggestion.
Thanks for the PR! This only works only when the app is in foreground, so I've renamed the flag is_silent_in_foreground, see the readme for more information. It's now available in version 2.0.3 🚀
added support for silent notifications to android. OnNotificationRecieved is still called but no notification is shown. Works if you add a key,value pair in the fcm data with "silent" as key name. Sorry its done in two pushes. just a quick suggestion.
this is the ios part