- Go to Firebase console at https://bit.ly/39OF9xB and create a new project.\
- In the project overview, add a web app.\
- Create a .env file and fill it with your Firebase keys.\
- Setup authentication on Firebase, enabling email/password and Google as providers.\
- Setup Firestore database.\
- Create a folder in the Storage with the name 'profilePics'. Under Rules, set ' read , write ' to true.
Get a Google API key and add it to the .env file.
In the project directory, you can run:
Install all dependencies or devDependencies from a package. json file to run the project.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches Cypress end-to-end testing.