Skip to content
kchokshi1 edited this page May 31, 2017 · 9 revisions

Rapid Development

AngularFire is built to make sure you can write your app as quickly as possible. There's no backend code to write or servers to set up, just start writing your frontend code and focus on building a great experience.

Flexible API

Choose between an easy to use implicit sync API that will automatically keep all your Angular models persisted and updated, or a more powerful explicit sync API that gives you control over when data gets synchronized.

3-way Data Binding

Synchronizing and persisting user or app data in realtime is a breeze with AngularFire's 3-way data binding. It's never been easier to extend Angular's quintessential 2-way data binding concept to the server.

AngularFire - The easiest way to wire up a backend for your Angular app.

Quickstart - Get up and running in minutes.

Tutorial - Build a Sample App in 5 Minutes »

Documentation - Learn how to use AngularFire.

Showcase - Check out apps built with AngularFire

Annotated Source

Clone this wiki locally