Skip to content

Commit 5abeb4b

Browse files
committed
docs: tip
Close vuejs#1535
1 parent 175a568 commit 5abeb4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/nuxt/getting-started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ npm install firebase-admin firebase-functions @firebase/app-types
2626

2727
:::
2828

29+
::: tip
30+
31+
Depending on your needs, you might want to set up SSR or not. The final complexity of the project is really different. If you want a starter project see the existing templates:
32+
33+
- [Spark Plan](https://github.com/posva/nuxt--vuefire-example-spark-plan)
34+
- [Blaze Plan](https://github.com/posva/nuxt--vuefire-example-blaze-plan)
35+
36+
:::
37+
2938
## Configuration
3039

3140
Next, add `nuxt-vuefire` to the `modules` section of `nuxt.config.js` and configure it with the credentials created in your app settings in your project overview (`https://console.firebase.google.com/project/YOUR_PROJECT_NAME/overview)`. You can find more details [in Firebase Documentation](https://firebase.google.com/docs/web/setup#create-project). It should look something like this:

0 commit comments

Comments
 (0)