A Simple Realtime Chat app using Firebase
View Demo
·
Report Bug
·
Request Feature
This is a simple Realtime Chat app using Firebase. Here you can chat with anyone without Login or SignUP. It helps you to meet new people and make new friends.
To get a local copy up and running follow these simple example steps.
For you to be able to understant code, it will be nice if you have basic understanding of HTML, CSS and JavaScript.
- Get the snippet for your app's Firebase config object https://console.firebase.google.com/
- Clone the repo
git clone https://github.com/devxprite/realtime-chat-app.git
- Enter snippet in
firebaseConfig.js
like this:const firebaseConfig = { apiKey: process.env.apiKey, authDomain: process.env.authDomain, databaseURL: process.env.databaseURL, projectId: process.env.projectId, storageBucket: process.env.storageBucket, messagingSenderId: process.env.messagingSenderId, appId: process.env.appId }; firebase.initializeApp(firebaseConfig);
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.