Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crossgeeks/firebasepushnotificationplugin

Firebase Push Notification Plugin for Xamarin iOS and Android
https://github.com/crossgeeks/firebasepushnotificationplugin

firebase plugin push-notifications xamarin

Last synced: 1 day ago
JSON representation

Firebase Push Notification Plugin for Xamarin iOS and Android

Awesome Lists containing this project

README

        

## Firebase Push Notification Plugin for Xamarin iOS and Android

Simple cross platform plugin for handling firebase push notifications.

[![Build Status](https://dev.azure.com/CrossGeeks/Plugins/_apis/build/status/FirebasePushNotification%20Plugin%20CI%20Pipeline?branchName=master)](https://dev.azure.com/CrossGeeks/Plugins/_build/latest?definitionId=8&branchName=master)

### Setup
* Available on NuGet: http://www.nuget.org/packages/Plugin.FirebasePushNotification [![NuGet](https://img.shields.io/nuget/v/Plugin.FirebasePushNotification.svg?label=NuGet)](https://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+|

### API Usage

Call **CrossFirebasePushNotification.Current** from any project to gain access to APIs.

## Features

- Receive firebase push notifications
- Subscribing/Unsubcribing to topics
- Support for push notification category actions
- Customize push notifications
- Localization


     

## Documentation

Here you will find detailed documentation on setting up and using the Firebase Push Notification Plugin for Xamarin

* [Firebase Setup](docs/FirebaseSetup.md)
* [Getting Started](docs/GettingStarted.md)
* [Receiving Push Notifications](docs/FirebaseNotifications.md)
* [Android Customization](docs/AndroidCustomization.md)
* [iOS Customization](docs/iOSCustomization.md)
* [Testing Push Notifications](docs/TestingPushNotifications.md)
* [Notification Category Actions](docs/NotificationActions.md)
* [Localized Push Notifications](docs/LocalizedFirebasePushNotifications.md)
* [FAQ](docs/FAQ.md)

#### Contributors

* [Rendy Del Rosario](https://github.com/rdelrosario)
* [Charlin Agramonte](https://github.com/char0394)
* [Alberto Florenzan](https://github.com/aflorenzan)
* [Angel Andres Mañon](https://github.com/AngelAndresM)
* [Tymen Steur](https://github.com/TymenSteur)
* [Jonatan Rinckus](https://github.com/JonatanRinckus)
* [Daniel-Jay Pascual](https://github.com/djrpascu)
* [db2222](https://github.com/db2222)
* [martijn00](https://github.com/martijn00)
* [Humberto Castaneda Garcia](https://github.com/humbertocg)