A Global Chatting platform created with React JS and Firebase
- React JS
- Firebase
- Node JS
- HTML and CSS
- Easy login system through Firebase
- Firebase as BaaS manages backend with well maintained DB
- Real-time response to any changes
- Go to https://console.firebase.google.com/ to get started
- Click on
Add project
and fill the necessary details. - Once you are in the app console, click on the
Build
subsection in the sidebar. - In
Build
, enable authentication, firestore (database) and storage - Finally, click on the settings icon in the sidebar and click project settings. Upon scrolling down, you will find a Firebase config ready to be copied and pasted into the code.
Doing the above steps will enable Firebase as a BaaS.