Skip to content

Commit

Permalink
chore: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaisdavid committed Jun 13, 2024
1 parent af5a9a4 commit 729b602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { config } from 'firebase-functions'
import { SITE } from '../../../src/config/config'
import { SiteVariant } from '../../../src/config/types'

/* config variables are attached attached directly to firebase using the cli
/* config variables are attached directly to firebase using the cli
$firebase functions:config:set ...
to have additional config passed contact admin who will add it
to have additional config passed contact an admin who will add it
*/
let c = config() as configVars
// If running emulated or without firebase login provide dummy data instead
Expand Down

0 comments on commit 729b602

Please sign in to comment.