Sign in
Log inSign up

Firebase, React , Redux

Imran Khan's photo
Imran Khan
·Dec 8, 2017

Hello everyone,

Currently I'm having a app that runs with node API that connects with the react and redux with firebase. I'm bit confused when it comes to user authentication, do I have to connect with api or just go from redux with firebase with not touching the api.

If its from node + firebase how do I store the token that return from firebase. Does storing localstorage is secure ? help me out.

hope this question makes sense.