Implementation of Firebase Web Codelab, a tutorial for create a Friendly Chat using the Firebase Realtime Database.
After cloning this repository:
npm -g install firebase-tools
cd Friendlychat_Codelab\source
firebase login
firebase use --add
firebase serve
And you can open it in http://localhost:5000.
See LICENSE