Hi,
i was wondering why does firebase authentication stores auth infos (access token, refresh token, etc) in the indexedDb of the browser.
I read a lot about this and it is vulnerable to XSS attacks. I also read that a better solution is to use httpOnly Cookies.
Does firebase use something behind the scene to prevent this XSS attack ?
Thanks in advance !