Files
reactfire/examples
jacobawenger 9d51a216f3 Fixed issue with limit() queries and added test suite
- Fixed issue when binding to Firebase limit() query
- Added error checking
- Added basic test suite
- Added travis integration
- Updated README
- Added limit query to todoApp demo
2014-06-29 14:17:39 -07:00
..

ReactFire Examples

Have you come up with a cool example that uses the ReactFireMixin? Submit a pull request and share it with everyone else by putting in this /examples/ directory. Please make sure to include a README.md file in your examples base directory which explains what the example is and how to run it.

Check out the todoApp example to see how to structure your examples.