I m developing a cross-platform application using MAUI .NET 7 and I would like to add push notification functionality to my application. I m considering using Firebase Cloud Messaging or Azure Notification Hubs, but I m open to other options as well.
How can I integrate push notifications in my MAUI application using Firebase, Azure Notification Hubs, or other tools? I would appreciate guidance on how to set up and send push notifications to iOS and Android devices from my MAUI application.
Any code examples, documentation, or tutorials you can provide would be greatly appreciated. Thank you!