Closed hedihadi closed 9 months ago
Generally any call using the Auth, like getUser() will refresh the token if necessary.
The issue is that Firestore currently doesn't perform automatic token refresh, which needs to be fixed. See this comment.
I'm closing this issue as it's already being tracked elsewhere.
hello, i use firedart on Windows OS, and when i put the Windows into sleeping mode for a couple hours then turn it back on, the idToken is expired but Firedart does not catch this issue. is there any way that i can force a new idToken from the refreshToken?
thank you in advance!