Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building Realtime Apps With Firebase & Ember

sararob
January 23, 2014

Building Realtime Apps With Firebase & Ember

I explain how to use Firebase's EmberFire library to add a server-less realtime data store to your Ember app.

sararob

January 23, 2014
Tweet

More Decks by sararob

Other Decks in Programming

Transcript

  1. Building Realtime Apps With Firebase and EmberJS Sara Robinson !

    Community Manager! @SRobTweets | @Firebase! +!
  2. Overview ❖ What is Firebase?! ❖ +! ❖ Realtime chat

    with EmberFire! ❖ Build your own realtime app!
  3. ❖ Store and sync your data in realtime using only

    frontend code ❖ Authenticate users with Firebase Simple Login ❖ Secure your application using the Firebase Security API
  4. ! ! ! ! ! ! ! +! ! !

    ! = EmberFire ! ! ! ! ! ! github.com/firebase/emberFire!
  5. EmberFire.Array & EmberFire.Object ❖ You can work with Firebase references

    in your application as if they were Ember objects! ❖ Wrap native values in EmberFire.Object! ❖ Use EmberFire.Array for distributed ordered lists
  6. Building Realtime Chat with EmberFire.Array • Add every individual chat

    message into an EmberFire.Array! • Conflict resolution is automatically taken care of
  7. Thank You! ❖ Submit a pull request: github.com/firebase/emberFire! ❖ Send

    us your feedback: support@firebase.com! ❖ Ember Data support is coming soon! ❖ Firebase hosting beta! ❖ firebase-talk in Google Groups! ❖ @Firebase on Twitter