- npx create-react-app reels
- npm i dependencies
- npm start
- npm i firebase
- npm i react-router-dom
- npm i @material-ui/core
- npm i @material-ui/icons
- firebase Signup
- User Collection
- Upload photo add to database
- authentication -> user
- storage -> photo,email,username,userId,createdAt,profileUrl,postIds
- Firebase Authentication
- Collection
- Upload photo add to database
- Intersection Observer API
- Private Route
- Material UI
- Redirect,useHistory
- Create file 'firebase.js' in 'src' folder
- Fill in details and export
- npm i firebase