Skip to content

Simple messaging app using Firebase Authentication and Firebase Cloud Firestore.

Notifications You must be signed in to change notification settings

ben-dev10/Messaging-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💬 Messaging App

A simple messaging app using Firebase Authentication and Cloud Firestore.

▶️ Live Preview

You can create your personal account using a username and a password, chat in various groups through text and gifs, supports pre-programmed bots and many more fun stuff!

Technologies used in this web app are Firebase Firestore for database to store users messages and information, jQuery and other basic web technologies - HTML, CSS and JavaScript.

Messaging App Preview Messaging App Preview

⚙️ Setup

Set up your firebase configurations in the firebase.js file.

  var config = {
    apiKey: "<YOUR_API_KEY>",
    authDomain: '<AUTH_DOMAIN>',
    databaseURL: '<DATABASE_URL>',
    storageBucket: '<BUCKET>',
    messagingSenderId: '<SENDER_ID>'
  }

Next step is to just create groups in the database.

💻 Author

🔗 Social Links

About

Simple messaging app using Firebase Authentication and Firebase Cloud Firestore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.7%
  • HTML 27.5%
  • CSS 22.8%