Simple cross platform plugin for handling firebase push notifications.
- Available on NuGet: http://www.nuget.org/packages/Plugin.FirebasePushNotification
- Install into your .NETStandard project and Client projects.
Platform Support
| Platform | Version |
|---|---|
| Xamarin.iOS | iOS 8+ |
| Xamarin.Android | API 15+ |
Call CrossFirebasePushNotification.Current from any project to gain access to APIs.
- Receive firebase push notifications
- Subscribing/Unsubcribing to topics
- Support for push notification category actions
- Customize push notifications
- Localization
Here you will find detailed documentation on setting up and using the Firebase Push Notification Plugin for Xamarin

