[FIREBASE_APP_CHECK] receive expired token instead of new token #16775
Labels
blocked: customer-response
Waiting for customer response, e.g. more information was requested.
platform: ios
Issues / PRs which are specifically for iOS.
plugin: app_check
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
App Check
Which platforms are affected?
iOS
Description
markdown
Copy code
Description
When using Firebase App Check in our application, we are intermittently receiving an expired token instead of a freshly issued one. This issue causes subsequent API requests to fail due to invalid or expired token errors.
Expected Behavior
The Firebase App Check service should return a new valid token that is not expired.
Actual Behavior
Firebase App Check intermittently returns a token that is already expired, causing failures in secure operations dependent on the token.
Reproducing the issue
Steps to Reproduce
getToken()
or any similar API).Firebase Core version
2.0.4
Flutter Version
3.0.7
Relevant Log Output
No response
Flutter dependencies
Expand
Flutter dependencies
snippetThe text was updated successfully, but these errors were encountered: