@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.
- package/README.md +1 -1
- 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
|
|
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
|
|