Files
reactfire/build/header
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

10 lines
330 B
Plaintext

// ReactFire is an officially supported ReactJS mixin for Firebase. Firebase
// provides your React app with a persistent, realtime backend to effortlessly
// keep all of your clients in sync!
//
// ReactFire 0.1.6
// https://github.com/firebase/reactfire/
// License: MIT
var ReactFireMixin = (function() {
"use strict";