@edgedev/firebase 1.1.2 → 1.1.4

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ import * as edgeFirebase from "@edgedev/firebase";
23
23
  export { edgeFirebase };
24
24
  ```
25
25
 
26
- Also or Nuxt 3 SSR must be disabled, update the nuxt.config.ts file:
26
+ Also if on Nuxt 3 - SSR must be disabled, update the nuxt.config.ts file:
27
27
  ```javascript
28
28
  export default defineNuxtConfig({ ssr: false });
29
29
  ```
@@ -35,7 +35,6 @@ If not in Nuxt 3 or there is no need for it to be global, put this in your compo
35
35
  import * as edgeFirebase from "@edgedev/firebase";
36
36
  </script>
37
37
  ```
38
- <a name="Firebase Authentication>
39
38
  # Firebase Authentication
40
39
  (currently only sign in with email and password is supported)
41
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgedev/firebase",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Composables and stores for firebase",
5
5
  "main": "index.ts",
6
6
  "author": "Seth Fischer",