/firebase-functions-kotlin

Simple, experimental type definitions for firebase-functions/firestore

Primary LanguageKotlin

Firebase Functions - Kotlin

An experimental, bare-bones and in-progress set of type definitions for firebase-functions with current, limited support for the modules:

  • Firestore

If also in need of similarly experimental firebase-admin type definitions, see firebase-admin-kotlin

Usage

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

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