Skip to content

Commit 43080d1

Browse files
subinznzposva
andauthored
docs: mention .env (#1463)
* Update getting-started.md fix for The default Firebase app does not exist. Make sure you call initializeApp() before using any of the Firebase services. * Update docs/nuxt/getting-started.md [skip ci] --------- Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent ca1413c commit 43080d1

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
@@ -65,7 +65,7 @@ export default defineNuxtConfig({
6565

6666
### Configuring the Admin SDK
6767

68-
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`.
68+
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` in the `.env` file.
6969

7070
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:
7171

0 commit comments

Comments
 (0)