© 2026 Hashnode
When it comes to authentication in modern web applications, the most standardised and secure way that most developers and companies go with is rotating refresh token flow. Here's a great documentation about the whole flow Refresh access tokens. In th...

This blog is second part of Part 1. Lets get started. Configuring Firebase in your application Create new folder under src called “config”. Then create a new file called “firebase.config.js” paste the details earlier which you have copied. impo...

When building the fullstack application , the login part is essential. In this blog, we will discuss how to setup a login part with firebase with the help of react hooks. Let's get started Create react app Create a React app with following command in...
