diff --git a/src/v1/config.ts b/src/v1/config.ts index 158325e56..2eafa3150 100644 --- a/src/v1/config.ts +++ b/src/v1/config.ts @@ -38,6 +38,8 @@ export function resetCache(): void { * keys or other settings. You can set configuration values using the * Firebase CLI as described in * https://firebase.google.com/docs/functions/config-env. + * + * @deprecated Using functions.config() is discouraged. See https://firebase.google.com/docs/functions/config-env. */ export function config(): Record { // K_CONFIGURATION is only set in GCFv2