Skip to content

Latest commit

 

History

History
 
 

firebase-angular

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Firebase & AngularJS TodoMVC Example

Firebase is a scalable realtime backend that lets you build apps fast without managing servers.

Firebase - firebase.com

Learning Firebase

The Firebase website is a great resource for getting started.

Here are some links you may find helpful:

Get help from other AngularJS users:

If you have other helpful links to share, or find any of the links above no longer work, please let us know.

Implementation

Firebase provides a realtime persistence layer for JSON data. In this example, we combine Firebase with AngularJS to create a collaborative TODO app where the TODO items are persisted and updated in realtime.

There is very little difference between this app and the vanilla AngularJS TODO app in how AngularJS is used. The only significant difference is the use of AngularFire, which provides an AngularJS service for persisting and updating TODO items in realtime.