Skip to content

Commit 64308fb

Browse files
committed
docs: remove wip note
1 parent cf5902a commit 64308fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/nuxt/getting-started.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Nuxt.js
22

3-
::: warning
4-
The Nuxt VueFire module is still a work in progress and it might contain breaking changes in the future. If you find any issues, please open an issue on GitHub.
5-
:::
3+
VueFire comes with an official Nuxt module that automatically handles most of the hassle of setting up VueFire in your Nuxt project.
64

75
## Installation
86

@@ -65,7 +63,7 @@ export default defineNuxtConfig({
6563

6664
### Configuring the Admin SDK
6765

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.
66+
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.
6967

7068
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:
7169

0 commit comments

Comments
 (0)