Reputation: 305
I'm new for Xamarin forms, please let me know the process for firebase messaging(push notifications) implementation process and how to achieve this in Xamarin.forms cross platform development.
Upvotes: 0
Views: 289
Reputation: 1196
Azure Mobile Services has it Baked in. See: https://azure.microsoft.com/en-in/documentation/learning-paths/appservice-mobileapps/
https://learn.microsoft.com/en-in/azure/app-service-mobile/app-service-mobile-ios-get-started-push
If you specifically want to use a Firebase hub then https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-android-push-notification-google-fcm-get-started should get you started.
Upvotes: 1