Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.12 KB

NightmareChat

Summary

Basic chat app with multiple chat rooms.

Setup

To run this repo you will need an api key and a few firebase and firestore scripts.
It's fairly easy to get your hands on them.

Go to the firebase site and register.

Once you've logged in, click on Go to console on the top right beside your profile picture.

console

Add new project

new project

To get the scripts that you have to add to the program, go to Project Overview -> Click on your app name (below project name) -> Settings.
Within the General tab in Settings, go down to Your Apps and copy the scripts in CDN. Paste them at the end of the body tag.

scripts

Preview

Once you run the app your default username is anonymous.

initial

Change your name using the update username field.

updateUsername

The new username will now be used.

newUsername

Once you change the room, no other room's chat will be visible to you.

newRoom