Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 457 Bytes

File metadata and controls

9 lines (5 loc) · 457 Bytes

Firebase Chat

Prompt

Using Google Firebase, and any of its database types, build an online chatroom that allows anonymous users to assign themselves nicknames and chat to others in the room. Each message should include their nickname and a timestamp. A new visitor should be able to scroll up and see all previous messages.

Extra Credit

  • Count the number of occurences for a particular word and cause a GIF to play if that number is above 10