A full stack real time chatting app (whatsapp-clone) using Reactjs and fFirebase, Firestore realtime DB
This project was bootstrapped with Create React App.
git clone https://github.com/alii13/whatsapp-clone.git
cd whatsapp-clone
npm install
src/components
& Find file named firebase.js
=> Replace the config data to your project config data.
Firebase config data you have to replace it with yours & save.
src
directory again and find file named .firebasesrc
Replace the line "default": "your_project__name"
& save.
npm start
in terminal & Boom you have your own whatsapp clone!! open at port 3000.firebase login
After logging in you will see this pop up-
then run **npm install -g firebase-tools**
firebase init
build
for directory && select Yes
for all other options. If you see the prompt given below then hit command firebase deploy <your project name>
Error: No project active, but project aliases are available.
Run firebase use <alias> with one of these options:
firebase use whatsapp-clone-aec86
default (whatsapp-clone-aec86)
whatsappB (whatsapp-clone-aec86)
npm run build
Enter firebase deploy
npm run build
, firebase deploy