UNPKG

firebase-tools-extra

Version:

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

8 lines (7 loc) 274 B
import { Command } from 'commander'; /** * @name firestoreDelete * Delete data from Cloud Firestore. Works for both hosted and emulated environments * @param {object} program - Commander program */ export default function firestoreDeleteCommand(program: Command): void;