This content originally appeared on DEV Community and was authored by ASA_HELPER
Does anyone know how to fix the issue of logging out of a React and Firebase project? The Firebase logout functionality works fine in the local environment, but when I deploy it on AWS and try to log out on the production link, I get logged out. However, I remain on the same page and am not redirected to the sign-up page. When I refresh the page again, I am then redirected to the sign-up page.
This content originally appeared on DEV Community and was authored by ASA_HELPER