@edgedev/firebase 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ app.mount("#app");
|
|
|
62
62
|
```
|
|
63
63
|
|
|
64
64
|
#### Nuxt 3 example using the plugins folder:
|
|
65
|
-
Add a file (whatever
|
|
65
|
+
Add a file (whatever.client.ts) to your "plugins" folder with the following code:
|
|
66
66
|
|
|
67
67
|
***-Note the ".client" in the file name. If the file doesn't have that in the name you must disabled SSR in the nuxt config.***
|
|
68
68
|
```javascript
|