UNPKG

firebase-tools-extra

Version:

Extra functionality for firebase-tools with support for emulators and auth through service account.

8 lines (7 loc) 298 B
import { Command } from 'commander'; /** * @name firestoreAdd * Add data to specified collection or sub-collection of Firestore. Work for both hosted and emulated environments * @param {object} program - Commander program */ export default function firestoreAddCommand(program: Command): void;