Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 610 Bytes

File metadata and controls

27 lines (17 loc) · 610 Bytes

Google Codelab - Friendly Chat with Firebase

Implementation of Firebase Web Codelab, a tutorial for create a Friendly Chat using the Firebase Realtime Database.

Running

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.

Also see

License

See LICENSE