UNPKG

firebase-tools-extra

Version:

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

8 lines (7 loc) 213 B
import { Command } from 'commander'; /** * @name databaseSet * store JSON data at the specified path * @param program - Commander program */ export default function databaseSetCommand(program: Command): void;