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
Calls to token(forcingRefresh:) with forcingRefresh: true may return a cached token if a call is already in progress where forcingRefresh: false. This may be as simple as adding || forcingRefresh to if (self.ongoingRetrieveOrRefreshTokenPromise == nil) (see below) but needs testing.
Calls to
token(forcingRefresh:)
withforcingRefresh: true
may return a cached token if a call is already in progress whereforcingRefresh: false
. This may be as simple as adding|| forcingRefresh
toif (self.ongoingRetrieveOrRefreshTokenPromise == nil)
(see below) but needs testing.app-check/AppCheckCore/Sources/Core/GACAppCheck.m
Lines 138 to 153 in 5746b2d
Note: this issue isn't new (already exists in FirebaseAppCheck 10.17.0) but the code has moved to this repo.
The text was updated successfully, but these errors were encountered: