An android library to quickly setup firebase notifications with realtime database reporting, written entirely in Kotlin.
Works on Android 5.0+ (API level 21+) and on Java 8+.
The simplest way to start
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.Kunalapk:SmartNotifications:TAG'
}
npm init
npm install smartnotifications