TobiasBuchholz / Plugin.Firebase

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

[Android] Group Notifications #91

Closed EdwardMcFlurry closed 1 year ago

EdwardMcFlurry commented 2 years ago

I was wondering how can I go about grouping the Notifications received on Android and sent by "FirebaseAdmin" nuget package. I am able to group the 'Local' notifications using another plugin but fails using this plugin.

TobiasBuchholz commented 1 year ago

Hi, sorry for the late response. Could you please be a bit more specific in what you are trying to achieve, what you have done so far and where you are getting stuck? What do you mean by "FirebaseAdmin" nuget package? What is the other plugin? Thanks!

Ghevi commented 1 year ago

@TobiasBuchholz from what i see from this example it seems like you always need to add an additional notification that act as summary? But we can provide only one notification builder as the notification builder provider for the firebase implementation you exposes to us. Maybe i misunderstood the example.

https://developer.android.com/develop/ui/views/notifications/group