mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-01 22:42:36 +08:00
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
/*!
|
|
* ReactFire is an open-source JavaScript library that allows you to add a
|
|
* realtime data source to your React apps by providing and easy way to let
|
|
* Firebase populate the state of React components.
|
|
*
|
|
* ReactFire 0.0.0
|
|
* https://github.com/firebase/reactfire/
|
|
* License: MIT
|
|
*/
|
|
|
|
var ReactFireMixin = (function() {
|
|
"use strict"; |