UNPKG

firebase-tools-extra

Version:

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

8 lines (7 loc) 283 B
import { Command } from 'commander'; /** * @name firestoreUpdate * update data at specified path of Firestore. Work for both hosted and emulated environments * @param {object} program - Commander program */ export default function firestoreUpdateCommand(program: Command): void;