How to make clearIndexedDbPersistence more secure across user sessions? #6411
Unanswered
GaurangTandon
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
-
The docs state:
Though, in case we do have any sensitive user data in the Indexed db, what is the best practice on clearing it when the user logs out? One way would be to manually delete the databases that Firestore used, but I did not find a way to accurately get all the database names that Firestore uses to store data.
Beta Was this translation helpful? Give feedback.
All reactions