Is there any way to keep a person authenticated with firebase across subdomains
问题 I use firebase for authentication on my website and I want to keep the users auth session active across subdomains. Unfortunately, firebase uses Local Storage to store the user's session. Which unfortunately is independent to each subdomain. I already know that you can generate a JWT token using firebase from the server side, but then it doesn't allow the user to log out of the site because the user would still end up logged in other subdomains. 回答1: this is correct. Firebase only supports