We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d4a9a commit f521fdfCopy full SHA for f521fdf
packages/auth/src/core/index.ts
@@ -65,6 +65,7 @@ export function setPersistence(
65
*
66
* @remarks
67
* 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.
69
70
* @param auth - The {@link Auth} instance.
71
* @param nextOrObserver - callback triggered on change.
0 commit comments