tiagomtotti / firebaseNet

Client library for Firebase Cloud Messaging (FCM) written in C# / .NET
Apache License 2.0
95 stars 30 forks source link

Suggestion: combine AndroidNotification and IosNotification #12

Open JeffreyJamesAttenti opened 7 years ago

JeffreyJamesAttenti commented 7 years ago

I think this might ideal for a lot of people. The nice thing about firebase cloud messaging is that I don't have to necessarily know if the device(s) that I'm pushing a notification to are Android or iOS.

It would be nice to have a single Notification class that has fields from both Android and iOS notification classes. That's just my opinion anyhow, it's what's keeping me from using the NuGet package in my application.

JeffreyJamesAttenti commented 7 years ago

Also, if you like this idea, I would be happy to fork the repo and do the pull request.