UNPKG

emberfire

Version:

The officially supported Ember binding for Firebase

18 lines (14 loc) 1.53 kB
# EmberFire Guide 1. [Installation](installation.md) - Learn about what EmberFire is and how to integrate it into your Ember app. 1. [User Authentication](authentication.md) - EmberFire handles user authentication and session management for you. 1. [Saving and Retrieving Data](saving-and-retrieving-data.md) - Create synchronized objects and experience three-way data binding. 1. [Querying Data](querying-data.md) - Create and modify arrays which stay in sync with the database. 1. [Relationships](relationships.md) - Handling links to other documents. 1. [Security Rules](security-rules.md) - Securing your EmberFire data. 1. [Using EmberFire without Ember CLI](without-ember-cli.md) - Using EmberFire in projects where you cannot use ember-cli 1. [Deploying to Firebase Hosting](deploying-to-firebase-hosting.md) - Deploying your app to Firebase Hosting ## Additional Resources 1. [Using FirebaseUI auth](https://gist.github.com/steven-ferguson/8eddf63123fa74066e9d92f7e829d8e9) - [@steven-ferguson](https://github.com/steven-ferguson) shows how to integrate [FirebaseUI Auth](https://github.com/firebase/firebaseui-web) 1. [Using EmberFire with Fastboot](fastboot-support.md) - Details on Fastboot support 1. [Acceptance Testing WIP](https://github.com/firebase/emberfire/pull/409) - This pull request will give standard acceptance testing patterns to EmberFire projects 1. [Paths in ids proposal](https://github.com/firebase/emberfire/issues/432) - Proposal to allow more complex querying / data-structures in EmberFire