From fd7f7afabd06cdf7faf595672ed939e85e60d824 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Tue, 14 Jun 2022 01:35:34 -0700 Subject: [PATCH] Update README.md --- functions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/README.md b/functions/README.md index 7fd312c3..e563000f 100644 --- a/functions/README.md +++ b/functions/README.md @@ -59,5 +59,5 @@ Adapted from https://firebase.google.com/docs/functions/get-started Secrets are strings that shouldn't be checked into Git (eg API keys, passwords). We store these using [Google Secret Manager](https://console.cloud.google.com/security/secret-manager), which provides them as environment variables to functions that require them. Some useful workflows: -- Set a secret: `$ firebase functions:secrets:set stripe.test_secret="THE-API-KEY"` - Read a secret: `$ firebase functions:secrets:access STRIPE_APIKEY` +- Set a secret: `$ firebase functions:secrets:set STRIPE_APIKEY`