Skip to content

Commit

Permalink
Update auth.md (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
kicaj committed Mar 8, 2024
1 parent 81f7205 commit 1a942ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nuxt/auth.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Authentication

Nuxt VueFire integrates with [Firebase Authentication](https://firebase.google.com/docs/auth) module to automatically synchronize the current user state on the server and the client. Activate this module by setting the `vuefire.auth` to `true` in `nuxt.config.ts`:
Nuxt VueFire integrates with [Firebase Authentication](https://firebase.google.com/docs/auth) module to automatically synchronize the current user state on the server and the client. Activate this module by setting the `vuefire.auth.enabled` to `true` in `nuxt.config.ts`:

```ts{5-7}
export default defineNuxtConfig({
Expand Down

0 comments on commit 1a942ec

Please sign in to comment.