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.