Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voxeet/voxeet-uxkit-cordova-push
Cordova library providing a fix for Firebase limit to 1 MessagingService per app
https://github.com/voxeet/voxeet-uxkit-cordova-push
Last synced: 17 days ago
JSON representation
Cordova library providing a fix for Firebase limit to 1 MessagingService per app
- Host: GitHub
- URL: https://github.com/voxeet/voxeet-uxkit-cordova-push
- Owner: voxeet
- License: mit
- Created: 2021-04-12T04:30:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T20:58:15.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T00:38:37.652Z (25 days ago)
- Language: Java
- Size: 18.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Voxeet UXKit Cordova Push
## SDK License agreement
Before using the UXKit for Cordova, please review and accept the [Dolby Software License Agreement](SDK_LICENSE.md).
## Release Notes
Read the [release notes](RELEASENOTES.md) for this project.
## Installation
To install this library onto the `cordova-plugin-firebase-messaging` library, follow those steps :
```bash
cordova plugin add cordova-plugin-firebase-messaging
cordova plugin add cordova-plugin-voxeet-push
```### Installation on iOS
This library is only meant to fix an issue with Firebase on Android which means that nothing needs to be done on iOS.
### Installation for Android
It must be used in conjunction with the push notification mode in the standard Voxeet's Cordova plugin
With the current version, this is the only steps to do. If you have a specific other FCM compatible library and issues using this library and `ordova-plugin-voxeet`, please open a new issue and provide as many information about it.