Skip to content

Sample firebase serverless chat application using javascript and bootstrap.

Notifications You must be signed in to change notification settings

MohamedBrary/firebase-sample-chat

Repository files navigation

firebase-sample-chat

A sample serverless chat application with attachment support, built with Firebase, Bootstrap, HTML, CSS, Javascript and jQuery.

Two main files:

  • firebase_chat.js: Handles all the logic realted to chatting, uploading file form, and other chat app logic.

  • firebase_wrapper.js: Handles all communication and calls to Firebase database and storage (for attachments).

Take a look:

This application is deployed on Heroku.