mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-02 09:31:16 +08:00
- 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
10 lines
330 B
Plaintext
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"; |