Skip to content

Commit 1aacb0f

Browse files
committed
[auth] onUserChanged
1 parent 4fa2fed commit 1aacb0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

v3.1.*/auth/reference/auth.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Returns an unsubscriber function.
2424

2525
> This is an experimental feature and is only part of React Native Firebase.
2626
27-
Adds a listener to observe changes to the [ref auth.User] object. This is a superset of everything from [ref auth.auth#onAuthStateChanged], [ref auth.auth#onIdTokenChanged] and user changes. This goal of this
28-
method is to provide easier listening to **all** user changes such as `emailVerified` without manually having to call `.reload()`.
27+
Adds a listener to observe changes to the [ref auth.User] object. This is a superset of everything from [ref auth.auth#onAuthStateChanged], [ref auth.auth#onIdTokenChanged] and user changes. This goal of this method is to provide easier listening to **all** user changes such as `emailVerified` without manually having to call `.reload()`.
2928

3029
Returns an unsubscriber function.
3130

0 commit comments

Comments
 (0)