Skip to content

Kunalapk/SmartNotifications

Repository files navigation

SmartNotifications for Android

An android library to quickly setup firebase notifications with realtime database reporting, written entirely in Kotlin.

Works with Android YourActionName Actions Status

Supported Platforms


Works on Android 5.0+ (API level 21+) and on Java 8+.

Let's do it quickly!


The simplest way to start

allprojects {
     repositories {
	maven { url 'https://jitpack.io' }
     }
}

dependencies {
     implementation 'com.github.Kunalapk:SmartNotifications:TAG'
}

Reporting tool

npm init
npm install smartnotifications