We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65d35f commit e95b9efCopy full SHA for e95b9ef
src/v1/config.ts
@@ -38,6 +38,8 @@ export function resetCache(): void {
38
* keys or other settings. You can set configuration values using the
39
* Firebase CLI as described in
40
* https://firebase.google.com/docs/functions/config-env.
41
+ *
42
+ * @deprecated Using functions.config() is discouraged. See https://firebase.google.com/docs/functions/config-env.
43
*/
44
export function config(): Record<string, any> {
45
// K_CONFIGURATION is only set in GCFv2
0 commit comments