Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 987 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 987 Bytes

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