How to maintain Firebase Auth for multiple pages on the web?
问题 I am using Firebase for a web application. The goal is to allow a familiar log-in/sign-up where the user signs up or logs in one one page, and upon successful authentication, is brought to the home page. The flow would look something like this: Log-in/Sign-up -> (allows access to) -> [Home, Profile, Search, Friends, etc.] I am using Javascript (No AngularJs since I am unfamiliar with it entirely). The problem I am having is that once the user successfully logs in or signs up, their "user