1 min readJul 20, 2020
Hi @vimalnaik77, thanks for reading my post. With regards to using tokens with Firebase I’d recommend using their auth service. If you want to do it on your own then you can use tokens with the authorization header. I recommend checking out this post for more information https://stackabuse.com/authentication-and-authorization-with-jwts-in-express-js/. Thanks again for reading!