Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Firebase & AngularJS TodoMVC Example

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.

License

MIT