UNPKG

349 BTypeScriptView Raw
1export { firebaseConfig } from "../common/config";
2/**
3 * Store and retrieve project configuration data such as third-party API
4 * keys or other settings. You can set configuration values using the
5 * Firebase CLI as described in
6 * [Environment Configuration](/docs/functions/config-env).
7 */
8export declare function config(): Record<string, any>;