Firebase is a scalable realtime backend that lets you build apps fast without managing servers.
The Firebase website is a great resource for getting started.
Here are some links you may find helpful:
- Tutorial
- Documentation & Examples
- API Reference
- Blog
- Firebase on Github
- AngularJS bindings for Firebase
Get help from other AngularJS users:
- Firebase on StackOverflow
- Google Groups mailing list
- Firebase on Twitter
- Firebase on Facebook
- Firebase on Google +
If you have other helpful links to share, or find any of the links above no longer work, please let us know.
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.