Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.36 KB

LATER.md

File metadata and controls

33 lines (21 loc) · 1.36 KB

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Add Firebase

Link to Firebase
Start creating a Firebase project if you don’t have one already.

Add Firebase for the Web

alt text

Follow the given instructors

alt text

Go to project setttings

alt text

Copy the config and replace your credentials with the one in the src/Firebase.js

Go to the Authentication page

Click on the “Sign-in method” tab and make sure you have Google-enabled as a sign-in provider.
alt text

Go back to the cloned project directory, install dependencies and run yarn start if you haven't already