Is it possible to clear all variables and refresh everything when a user signs out.
The problem I'm facing is when the user logout, and another user signs in, the local storage variables and the fields are not cleared in all pages. Is there a way to reload application or clear everything when a user logs out?
Thank you so much! I'm almost done with my application.