-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAUI Support #469
Comments
I now have the library sofar that i can recieve a firebase token. |
[NTMedewerkerApp] Accessing hidden method Landroid/os/WorkSource;->add(I)Z (unsupported,test-api, reflection, allowed) is the only thing that i see appearing in the output window when i send a test message to myself |
Good news everyone, |
Hi, thank you for your work. We are still on XF, but if we upgrade we will test you plugin 👍 |
Thanks for your effort. Are there any updates on making it a nuget ? 🤞😁 |
At the moment very busy with converting my xamarin forms app to Maui. |
We've done a complete refactoring of the firebase push notification plugin to support .NET 7 and later. You'll find the work-in-progress here: https://github.com/thomasgalliker/Plugin.FirebasePushNotifications and a nuget package is published on nuget.org. |
As you can see there is quite some time between our responses. |
Hi @thomasgalliker and @Gekidoku , Thank you! |
https://www.nuget.org/packages/Plugin.FirebasePushNotifications has stable MAUI support now. Thanks everyone for reporting problems + giving feedback 🙏🏻 |
🏗 Enhancement Proposal
Im currently maintaining / developing a pretty big xamarin app that relies on this library for a few core functionalities. Mainly UserActions in the notifications and more importantly the ability to send silent notifications.
Pitch
I would like for a MAUI version of this library.
I started converting it to a maui class library but for some reason I get a bunch of androidX.lifecycle related errors on building with this converted library in my references.
https://github.com/Gekidoku/BetterFireBasePlugin
Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: