Skip to content

river-nw/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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published