Skip to content

sunyrora/react-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-chat

Simple react chat app with firebase db.

You can see the Demo here.

Enter your name on the front page and login, then click 'chat' button to go to the chat room.

Run the source

To test the source, you just need the firebaseConfig.js file in the 'src/firebase/' diirectory.

In this file, you put your firebase configuration.

Something like..

{
  apiKey: ...,
  authDomain: ...,
  databaseURL: ...,
  projectId: ...,
  storageBucket: ...,
  messagingSenderId: ...
};

You can find this information on the firebase console.

About

Simple react chat application with firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published