Skip to content

LucaConstantin/chat-react-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React and Firebase chat

A simple fullstack chat built with React and Firebase.

Uses Firebase version 9.

Firebase React


screenshot

Table of Contents

Features

  1. Logging in with google or anonymously
  2. Sending chat messages
  3. Logging off

Installation

  1. Create a Firebase account here
  • Enable auth (google, facebook)
  • Enable cloud firestore
  • Enable firebase storage
  1. Clone the project
  2. Run npm install
  3. Put your Firebase Config (which you can get from your account settings) here.
const firebaseConfig = {
    //config goes here
  };

You have to do this for ./src/App.js

License

MIT License

About

A chat website built with React js and Firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published