Skip to content

Commit 5db6a4b

Browse files
committed
[auth] onUserChanged
1 parent 1aacb0f commit 5db6a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +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 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 when credentials are linked and unlinked, without manually having to call `.reload()`.
2828

2929
Returns an unsubscriber function.
3030

0 commit comments

Comments
 (0)