Implementation FireBase push notification in maui app (.net 8)

Devlok Technologies 0 Reputation points
2025-05-29T06:51:58.87+00:00

Currently i am working in maui app(.net 8) in this app i want to implement Firebase push notification but the problem is when i try to use Xamrin firebase then this is not support .net 8. so can anybody let me know how i can do this with any another way . Like simply i want to send notification from "Create a Notifications experiment" from FireBase and that notification should be show in my maui app.

Developer technologies | .NET | .NET MAUI
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Le (WICLOUD CORPORATION) 1,145 Reputation points Microsoft External Staff
    2025-07-15T06:45:12.79+00:00

    Hello,

    You can use the Plugin.Firebase NuGet package, which has been updated to support .NET MAUI (though with some limitations).

    Here is the documentation for the Plugin.Firebase package and a sample usage:

    You can install it via NuGet Package Manager with the following command:

    dotnet add package Plugin.Firebase
    

    There is also another package called Plugin.FirebasePushNotifications:

    I hope this helps clarify your question.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.