Skip to content

A embeddable and customizable chatting service built around Firebase.

License

Notifications You must be signed in to change notification settings

Legend-of-iPhoenix/iChat

Repository files navigation

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.