TobiasBuchholz / Plugin.Firebase

Wrapper around the native Android and iOS Firebase Xamarin SDKs
MIT License
211 stars 49 forks source link

Update FirebaseCloudMessagingImplementation.cs #188

Closed Gekidoku closed 1 year ago

Gekidoku commented 1 year ago

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

TobiasBuchholz commented 1 year ago

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 🚀