You are on page 1of 1

To install heroicons

npm install @heroicons/react

TO AUTH A ACOUNT

1. First find the .env.local this I found into Firebase in the section sign-in-method
2. Search on google Next Auth Api and create the folders, create the file and paste the example in
the page of Next
3. In layout make a import
4. Create session provider SessionProvider.tsx and paste the follow …
5. With the SessionProvider we can do a thing similar to Contex…

You might also like