Reactjs – Re render the page in react (next js) using useEffect
I am building a next js application and need user authentication for that. In the page.js file I am sending a function call to firebase/firebaseAuth.js file, where it authorizes and sends the data to page.js. In the page.js, using the…