CrossGeeks / FirebasePushNotificationPlugin

Firebase Push Notification Plugin for Xamarin iOS and Android
MIT License
393 stars 178 forks source link

Plugin compatibility for Xamarin MAUI applications #440

Open GAURI02X opened 1 year ago

GAURI02X commented 1 year ago

Could you please let us know the plan for integrating firebase push notification plugin to MAUI?

As of now, it is not compatible, We are migrating to MAUI but because of this hinderance we cannot proceed. Any timeline will help.

michaldivis commented 1 year ago

I'm interested in this as well. Please migrate the plugin to MAUI.

Ghevi commented 1 year ago

I managed to make it work in Android following this tutorial, but in iOS for me FirebasePushNotificationManager is missing.

sstahurski commented 1 year ago

I am getting the same issue with IOS in MAUI

sstahurski commented 1 year ago

On another thread it was mentioned to downgrade to 3.0.3. This did not solve the IOS issue. Also with MAUI and VS22, there is no Bundle Resource option. So bundling the GoogleService-info on the properties there isnt the option. I read that you can manually set this in the project, but not sure if it works because of IOS still is broken in MAUI. Add this to your project file

<ItemGroup>
    <BundleResource Include="Platforms\iOS\GoogleService-Info.plist" Link="GoogleService-Info.plist" />
</ItemGroup>
AlleSchonWeg commented 1 year ago

Perhaps this plugin works with MAUI: https://github.com/TobiasBuchholz/Plugin.Firebase

Gekidoku commented 10 months ago

Perhaps this plugin works with MAUI: https://github.com/TobiasBuchholz/Plugin.Firebase It works but doesnt have silent notifications in the background and doesnt have UserNotificationActions.