@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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**.client**.ts) to your "plugins" folder with the following code:
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgedev/firebase",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Vue 3 / Nuxt 3 Plugin or Nuxt 3 global composable for firebase authenication and firestore",
5
5
  "main": "index.ts",
6
6
  "author": "Seth Fischer",