Open GAURI02X opened 2 years ago
I'm interested in this as well. Please migrate the plugin to MAUI.
I managed to make it work in Android following this tutorial, but in iOS for me FirebasePushNotificationManager
is missing.
I am getting the same issue with IOS in MAUI
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>
Perhaps this plugin works with MAUI: https://github.com/TobiasBuchholz/Plugin.Firebase
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.
Just another FCM plugin for MAUI: Plugin.FirebasePushNotifications
Give it a try and let me know if anything is missing.
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.