Skip to content

Simple, experimental type definitions for firebase-admin

Notifications You must be signed in to change notification settings

hunterstich/firebase-admin-kotlin

Repository files navigation

Firebase Admin - Kotlin

An experimental, bare-bones and in-progress set of type definitions for firebase-admin.

Usage

allprojects {
  repositories {
	  ...
	  maven { url 'https://jitpack.io' }
	}
}
dependencies {
  ...
  compile 'com.github.hunterrobbert:firebase-admin-kotlin:master-SNAPSHOT'
}

For information on including github repos as gradle dependencies, see the JitPack docs.

Releases

No releases published

Packages

No packages published

Languages