snippets-web icon indicating copy to clipboard operation
snippets-web copied to clipboard

Session management with service workers & firebase.auth.Auth.Persistence.SESSION

Open maucaro opened this issue 3 years ago • 0 comments

I've gotten session management with service workers to work as per Session management with service workers and this snippet. I've also gotten Session persistence working. What I haven't been able to do is get both working at the same time. If I turn on session persistence (firebase.auth.Auth.Persistence.SESSION) with the FirebaseUI (web), bearer tokens are no longer passed. POC code is here

maucaro avatar Aug 31 '21 09:08 maucaro