thomasgalliker / Plugin.FirebasePushNotifications

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

[Enhancement] Switch to AdamE.Firebase.iOS.CloudMessaging bindings #44

Closed codychaplin closed 4 months ago

codychaplin commented 4 months ago

Summary

Xamarin.Firebase.iOS.CloudMessaging is unmaintained and https://github.com/xamarin/GoogleApisForiOSComponents is now archived, meaning it may become unusable in the future. Discussion here: https://github.com/dotnet/maui/discussions/20359

API Changes

I'm not sure how it works exactly, but this would require swapping out all instances of Xamarin.Firebase.iOS.CloudMessaging with AdamE.Firebase.iOS.CloudMessaging.

Intended Use Case

This package may not work on iOS sometime in the future, so this can preemptively prevent that.

codychaplin commented 4 months ago

Disregard this, I did not see the earlier issue about the same topic.

thomasgalliker commented 4 months ago

Yep, it's in the pipeline. So far, the old bindings still seem to work fine.