Legend-of-iPhoenix / iChat

A embeddable and customizable chatting service built around Firebase.
GNU General Public License v3.0
2 stars 0 forks source link
chat-application firebase ichat javascript

iChat

About

iChat is a customizable chatting service based off of Google Firebase. All you have to do is embed the line of HTML (found in embed.html) into your HTML file, add the Firebase rules snippet (database-rules.json), and (optionally) provide some styling.

Usage

You need to have authentication set up with Firebase in order for this to work. The username displayed by iChat is the user's displayName. More information on setting iChat up can be found here.