Firebase Authentication Guide

Firebase SetUp

Step-1: Now run below commands inside our nextjs project to install firebase latest.

step-2: Add firebase API configuration details(create database on firebase) to the firebase Auth Component refer the path (synto/shared/firebase/firebase.js component)

Firebase Revocation process
To remove firebase from the project make sure that you have to remove the firebase tabe from the (pages\index.js). change the key variable to 'next.js' Example : const [key, setKey] = useState('next.js') in the the (pages\index.js).