Skip to content

Commit 1336c7e

Browse files
committed
docs: updates serivce-account
1 parent a3003c7 commit 1336c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nuxt/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default defineNuxtConfig({
4141

4242
If you are using SSR with any auth related feature, you will need to create a [service account](https://firebase.google.com/support/guides/service-accounts) and provide its content as an _environment variable_ named `GOOGLE_APPLICATION_CREDENTIALS`.
4343

44-
You can also provide the path to the `service-account.json` file. Make sure the path is located
44+
In local development it's more convenient to put the `service-account.json` file alongside other files and refer to its path in the environment variable:
4545

4646
```dotenv
4747
GOOGLE_APPLICATION_CREDENTIALS=service-account.json

0 commit comments

Comments
 (0)