A google authenticated public Chat WebApp
App live on : FireChat
Screenshots:
First clone this repo by running: git clone https://github.com/akash-kamat/firechat.git
or directly Download the zip file https://github.com/akash-kamat/firechat/archive/refs/heads/master.zip
- First make a
firebase-config.js
file in thesrc
directory - Setup a firebase app from its console and initilalize the app
firebase-config.js
- Setup Realtime hosting from the firebase console
- In the project directory, run the following commands:
npm install
npm start
This Runs the app on http://localhost:3000.
Builds the app for production to the build
folder.