cordova-plugin-firebase icon indicating copy to clipboard operation
cordova-plugin-firebase copied to clipboard

Added support for notification channels so sound, lights and vibratio…

Open bkamenov opened this issue 5 years ago • 1 comments

…n can be supported on devices running Android 8 Oreo and later.

Added functions:

FirebasePlugin.createChannel FirebasePlugin.deleteChannel FirebasePlugin.listChannels

API.md updated with full description of the new methods.

Functionality tested on Android 8 and 9.

TODO

bkamenov avatar Mar 30 '19 21:03 bkamenov

How would I install this in an ionic project?

Bobisback avatar Feb 04 '20 03:02 Bobisback