UNPKG

firebase-tools-extra

Version:

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

8 lines (7 loc) 296 B
import { Command } from 'commander'; /** * @name firestoreGet * fetch and print JSON data at the specified path of Firestore. Works for both hosted and emulated environments * @param {object} program - Commander program */ export default function firestoreGetCommand(program: Command): void;