Commit Graph

15 Commits

Author SHA1 Message Date
Shashanka Nataraj
9e51a366e7 Removed unneeded inner bind(this) (#122)
The inner bind is useless
create-react-apps 'default webpack config was what pointed out this issue.
2017-02-07 10:57:12 -08:00
Glenn Latomme
3fdc166424 Removal of double semicolons in todo app example (#109) 2016-08-12 09:26:27 -07:00
Abe Haskins
06a8ef9349 Upgraded to the Firebase 3.x.x SDK (#91) 2016-05-25 15:18:34 -07:00
jwngr
81022c0190 Updated dependencies in README and examples 2016-02-08 11:57:11 -08:00
timotius02
c66a926755 remove extraneous console logs 2015-08-24 13:10:48 -04:00
timotius02
6b83201546 fix bind warning in todoApp example 2015-08-21 22:49:15 -04:00
jwngr
68ebbc0d75 Updated examples to version 0.5.0 2015-07-16 11:43:09 -07:00
jacobawenger
cad4742e71 Replaced deprecated renderComponent() with render() 2014-11-10 18:46:47 -08:00
jacobawenger
1906d84a7c Bumped Firebase dependency to 2.0.0 2014-11-05 15:44:24 -08:00
jacobawenger
db12b27dbb Cleaned up Todo App example 2014-09-04 00:03:47 -07:00
jacobawenger
7b1943ee3a Making sure examples work and cleaning up random files 2014-06-29 15:16:18 -07:00
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
jacobawenger
6d63d61336 No longer allow empty strings to be submitted to Firebase. 2014-05-02 11:11:24 -07:00
jacobawenger
0623d37d33 Renamed bindTo* methods to bindAs*. Cleaned up demo page UI. Updated README. Updated todoApp example directory to support Firebase hosting. 2014-04-30 18:20:15 -07:00
jacobawenger
52a26aa579 Added reactFireMixin and Todo app example
Added reactFireMixin
Added Todo app example
Updated README
2014-04-29 16:27:30 -07:00