From 2eb889c4a4cb6afcf2b6ca5483b9aa3b3125b061 Mon Sep 17 00:00:00 2001 From: Robert Gemma <38439940+RobertGemmaJr@users.noreply.github.com> Date: Tue, 7 May 2024 09:50:46 -0400 Subject: [PATCH] Update docs/deployments/firebase.mdx --- docs/deployments/firebase.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/deployments/firebase.mdx b/docs/deployments/firebase.mdx index 84b96ced..0714906a 100644 --- a/docs/deployments/firebase.mdx +++ b/docs/deployments/firebase.mdx @@ -82,13 +82,13 @@ _A `command not found` error usually indicates firebase-tools has not been insta
```shell title="env/.env.firebase" - REACT_APP_FIREBASE="true" - REACT_APP_API_KEY= - REACT_APP_AUTH_DOMAIN= - REACT_APP_PROJECT_ID= - REACT_APP_STORAGE_BUCKET= - REACT_APP_MESSAGING_SENDER_ID= - REACT_APP_APP_ID= + REACT_APP_FIREBASE="true" + REACT_APP_API_KEY= + REACT_APP_AUTH_DOMAIN= + REACT_APP_PROJECT_ID= + REACT_APP_STORAGE_BUCKET= + REACT_APP_MESSAGING_SENDER_ID= + REACT_APP_APP_ID= ``` _Additional variables may be present in the console, they do not need to be copied._