Howdy! This is an example app that showcases using:
- Ember 1.13.6
- Ember Data 1.0.0-beta.18
- Ember CLI
- Firebase
- emberfire 1.4.7
- ember-simple-auth
- ember-cli-simple-auth-firebase
- ember-paper
- Check out a live demo of the app
- Chapter 1: Knowing EXACTLY when someone is online ...at all times (A Real Easy User Presence System)
- You can view the Official Ember JS StyleGuide, and the Dockyard Style guide for some great examples of how to clean up your JS.
You will need the following things properly installed on your computer.
git clone [email protected]:brandonjmckay/ember-firebase-chat-app.git
cd ember-firebase-chat-app
npm install
bower install
ember server
- Visit your app at http://localhost:4200.