Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.49 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.49 KB

EmberFire Guide

  1. Installation - Learn about what EmberFire is and how to integrate it into your Ember app.
  2. User Authentication - EmberFire handles user authentication and session management for you.
  3. Saving and Retrieving Data - Create synchronized objects and experience three-way data binding.
  4. Querying Data - Create and modify arrays which stay in sync with the database.
  5. Relationships - Handling links to other documents.
  6. Security Rules - Securing your EmberFire data.
  7. Using EmberFire without Ember CLI - Using EmberFire in projects where you cannot use ember-cli
  8. Deploying to Firebase Hosting - Deploying your app to Firebase Hosting

Additional Resources

  1. Using FirebaseUI auth - @steven-ferguson shows how to integrate FirebaseUI Auth
  2. Using EmberFire with Fastboot - Details on Fastboot support
  3. Acceptance Testing WIP - This pull request will give standard acceptance testing patterns to EmberFire projects
  4. Paths in ids proposal - Proposal to allow more complex querying / data-structures in EmberFire