Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crossgeeks/firebasepushnotificationplugin
- Owner: CrossGeeks
- License: mit
- Created: 2017-07-13T17:37:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T14:22:08.000Z (10 months ago)
- Last Synced: 2025-01-31T20:43:25.440Z (1 day ago)
- Topics: firebase, plugin, push-notifications, xamarin
- Language: C#
- Homepage:
- Size: 44.9 MB
- Stars: 396
- Watchers: 33
- Forks: 179
- Open Issues: 140
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)