mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-22 19:58:39 +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
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
return ReactFireMixin;
|
|
})();
|
|
|
|
// Export ReactFireMixin if this is being run in node
|
|
if (typeof module !== "undefined" && typeof process !== "undefined") {
|
|
module.exports = ReactFireMixin;
|
|
} |