Skip to content

Commit

Permalink
Nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Sep 6, 2024
1 parent 44cdb19 commit b981c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function resetCache(): void {
* Firebase CLI as described in
* https://firebase.google.com/docs/functions/config-env.
*
* @deprecated Using Cloud Runtime Configuration API is discouraged. See https://firebase.google.com/docs/functions/config-env#migrating_from_environment_configuration
* @deprecated Using functions.config() is discouraged. See https://firebase.google.com/docs/functions/config-env.
*/
export function config(): Record<string, any> {
// K_CONFIGURATION is only set in GCFv2
Expand Down

0 comments on commit b981c30

Please sign in to comment.