Installation Token Stored in Local Cache #9295
Unanswered
the-recondite
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We ran an audit on our application and an authToken was found in a file with this path /files/PersistedInstallation*.json. With further research, it was found that this token is an installation token from Firebase which refreshes itself after 7 days. There's a refresh token that remains for the lifetime of a firebase installation. We also found a package that helps us refresh this token when we want if we want it earlier https://pub.dev/packages/firebase_app_installations. We still have a few concerns though:
Beta Was this translation helpful? Give feedback.
All reactions