Open skouny opened 7 months ago
Hi @skouny, this is interesting. FirebaseUI checks for both sessionStorage and localStorage:
However, it only seems to use sessionStorage and cookies, without any localStorage at all:
Taking away the localStorage check seems like the right move to me. The codebase will need another look to confirm that localStorage really isn't used, though. I'll mark this as a bug.
Can I work on this issue..
When localStorage unavailable doesn't work with sessionStorage
setPersistence was set to browserSessionPersistence before FirebaseUI init