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.tsx component)

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