UNPKG

firebase-tools-extra

Version:

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

8 lines (7 loc) 252 B
import { Command } from 'commander'; /** * @name databaseUpdate * fetch and print JSON data at the specified path from database emulator * @param program - Commander program */ export default function databaseUpdateCommand(program: Command): void;