@edgedev/firebase 1.1.5 → 1.1.6

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
@@ -60,7 +60,7 @@ interface UserDataObject {
60
60
  logInErrorMessage: string;
61
61
  }
62
62
  ```
63
- The reactive item **edgeFirebase.user.loggedIn** can be used in code or templates to determine if they user is logged in.
63
+ The reactive item **edgeFirebase.user.loggedIn** can be used in code or templates to determine if the user is logged in.
64
64
 
65
65
  If there is an error logging in, **edgeFirebase.user.logInError** will be true and **edgeFirebase.user.logInErrorMessage** can be used to return that error to the user.
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgedev/firebase",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Composables and stores for firebase",
5
5
  "main": "index.ts",
6
6
  "author": "Seth Fischer",