You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v3.1.*/auth/reference/auth.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Returns an unsubscriber function.
24
24
25
25
> This is an experimental feature and is only part of React Native Firebase.
26
26
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()`.
0 commit comments