Skip to content

Simple, experimental type definitions for firebase-functions/firestore

Notifications You must be signed in to change notification settings

hunterstich/firebase-functions-kotlin

Repository files navigation

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.