Skip to content

this is a facbook clone with google sign in and user posting posts

Notifications You must be signed in to change notification settings

harikrishnabiyyala/facebook-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

creating react app

npx create-react-app fb-clone

Firebase setup

create web app in firebase and get credentials and paste in firebase.js do clean up of file remove all the unwanted files

For Material Ui

npm install @material-ui/core

for icons support

npm install @material-ui/icons

npm install firebase

create context data layer and use where ever u need

use firebase authentication google

npm i -g firebase-tools

firebase logout

firebase login

y allow

firebase init

with arrow keys go to hosting use existing project type build for public directory config spa type Y

npm run build

This build folder is optimize folder of our project for deployment if u make any change to code run again npm run build

firebase deploy

About

this is a facbook clone with google sign in and user posting posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published