Skip to content

Commit 395ed96

Browse files
committed
docs: env variables
1 parent 4f46453 commit 395ed96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/nuxt/environment-variables.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ If you are doing SSR, you will need to provide the `GOOGLE_APPLICATION_CREDENTIA
1010
GOOGLE_APPLICATION_CREDENTIALS=service-account.json
1111
```
1212

13-
Make sure **to exclude this file from your version control system**.
13+
Make sure **to exclude both, the `.env` and `service-account.json` files from your version control system**.
14+
15+
::: tip
16+
When deploying outside of Firebase, the `GOOGLE_APPLICATION_CREDENTIALS` environment variable has to be set manually. Instead of setting it to the path of the service account file, you can set it to the content of the file itself. Note it will have to fit in **one single line**.
17+
:::
1418

1519
## AppCheck
1620

0 commit comments

Comments
 (0)