How to persist Firebase simple login authentication for a multipage WebApplication
问题 I have been using firebase chat and firepad for real time functionality in My Web Application which has multiple pages like a forum. I started using the Firebase SimpleLogin too.I am able to login as a user and get the auth object which has the uid,id etc info. 1)Now if the user traverses to another page(i.e a new url(same application) is loaded ),does the authentication persist ? Ofcourse as we are manually doing the authentication by calling ref.login(),how can we know if the user is logged