Recreating Slack with Firebase 2

Overview In this blog I'm going to recreate Slack using Firebase, HTML, CSS and Javascript. In the first part of this tutorial, we looked at the basics of HTML, CSS and Javascript. In this section, I want to dig a little deeper into Firebase's data structure, and how you can…

Recreating Slack with Firebase

Overview In this blog I'm going to recreate Slack using Firebase, HTML, CSS and Javascript. This is to help with the basics, so that you can create your own customized chat application with functionalities that are important and unique to you! I have found it best to learn by watching…

Design (Part 2)

In Part 1, we had an overview of design. Now that we have some of the basic principles down, we can start designing our application. In this project we are going to be creating a chat application using Firechat. When you initially download the chat, your application will look this…