CrossGeeks / FirebasePushNotificationPlugin

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

Plugin compatibility for Xamarin MAUI applications #440

Open GAURI02X opened 2 years ago

GAURI02X commented 2 years 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 2 years ago

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

Ghevi commented 2 years ago

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

sstahurski commented 2 years ago

I am getting the same issue with IOS in MAUI

sstahurski commented 2 years 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 2 years ago

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

Gekidoku commented 1 year 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.

thomasgalliker commented 3 months ago

Just another FCM plugin for MAUI: Plugin.FirebasePushNotifications

Give it a try and let me know if anything is missing.