UNPKG

465 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 * https://firebase.google.com/docs/functions/config-env.
7 *
8 * @deprecated Using functions.config() is discouraged. See https://firebase.google.com/docs/functions/config-env.
9 */
10export declare function config(): Record<string, any>;