UNPKG

@fireenjin/cli

Version:

A set of tools for speeding up production of full-stack Firebase projects.

7 lines (6 loc) 205 B
import * as fbAdmin from "firebase-admin"; export default function connectDatabase({ emulate, host, ssl, }?: { emulate?: boolean; host?: string; ssl?: boolean; }): fbAdmin.firestore.Firestore;