Skip to content

Commit

Permalink
Update docs/deployments/firebase.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr authored May 7, 2024
1 parent 45c21bf commit 2eb889c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/deployments/firebase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ _A `command not found` error usually indicates firebase-tools has not been insta
<br />

```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._
Expand Down

0 comments on commit 2eb889c

Please sign in to comment.