Relative Content

Tag Archive for firebasecookiesfirebase-authentication

Is there any reason to use Cookies with Firebase Auth?

I am working on a new project which currently has Firebase Authentication in place. I haven’t worked with Firebase before and I am not sure if the current implementation makes sense or not. What happens is we call firebase to get an Auth token. Then we take that token and hit our backend which returns a Cookie. That Cookie then gets sent in Headers to verify the users identity.