Firereader is a fully functional, real-time content aggregator built using Angular and Firebase. It's also completly server-less!
It contains a fully functional client in the app/ directory, and a service that parses RSS data and pushes it into Firebase in the service/ directory.
git clone https://github.com/firebase/firereader.git
- Open and configure
js/config.js
and setFIREBASE_URL
to your own Firebase instance. - Import
setup/seed.json
into your Firebase. - Add
setup/security_rules.json
to your security rules
Firereader was built using AngularFire-seed. If you want to build similar angularFire apps, check it out!
To contribute to Firereader, please fork this project on GitHub, then use the Pull Request feature to submit your changes. All contributions must pass the Travis integration tests before they will be merged. Please add appropriate tests to the e2e and test unit libs.
Submit questions or bugs using the issue tracker. For Firebase-releated questions, try the mailing list.