Skip to content

Commit f521fdf

Browse files
committed
Update onIdTokenChanged docs about token expiration.
1 parent 75d4a9a commit f521fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/src/core/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export function setPersistence(
6565
*
6666
* @remarks
6767
* This includes sign-in, sign-out, and token refresh events.
68+
* This will not be triggered automatically upon ID token expiration. Use {@link User.getIdToken} to refresh the ID token.
6869
*
6970
* @param auth - The {@link Auth} instance.
7071
* @param nextOrObserver - callback triggered on change.

0 commit comments

Comments
 (0)