Commit Graph

41 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
npmcdn-to-unpkg-bot
f63fafa699 Replace npmcdn.com with unpkg.com (#113) 2016-09-02 11:11:39 -07:00
Jacob Wenger
454ba395f2 Updated docs and examples to latest versions of Firebase and React (#110) 2016-08-16 22:50:10 -07:00
Glenn Latomme
3fdc166424 Removal of double semicolons in todo app example (#109) 2016-08-12 09:26:27 -07:00
Jacob Wenger
9885e765c3 Fixed some docs typos and updated examples Firebase project (#97) 2016-05-25 16:54:54 -07:00
Abe Haskins
06a8ef9349 Upgraded to the Firebase 3.x.x SDK (#91) 2016-05-25 15:18:34 -07:00
Jacob Wenger
1e824a46f1 Removed excess whitespace in todoApp index.html file 2016-04-22 10:12:37 -07:00
Thariq Shihipar
799b83f5d1 Upgraded dependencies to React 15.x.x (#89) 2016-04-22 10:10:34 -07:00
jwngr
81022c0190 Updated dependencies in README and examples 2016-02-08 11:57:11 -08:00
Ramya Thulasingam
2023750147 updated the direct urls to examples in their appropriate readme 2015-08-31 11:09:58 -07: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
Joe Martella
a0e3808093 Fixed broken link in todoApp README. 2015-07-23 15:17:09 -07: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
0c58ac1d6a Added examples' /dist/ folder to repo 2014-11-10 18:43:38 -08:00
jacobawenger
97c59f7f77 Added examples' bower_components to repo 2014-11-10 18:42:26 -08:00
jacobawenger
47e7b75089 Removed example bower_components 2014-11-10 18:41:32 -08:00
jacobawenger
646ca48928 Added example bower_components to repo 2014-11-10 18:36:48 -08:00
jacobawenger
f3b5c8e0db Updated bower_components for examples 2014-11-06 15:37:41 -08:00
jacobawenger
1906d84a7c Bumped Firebase dependency to 2.0.0 2014-11-05 15:44:24 -08:00
jacobawenger
b74a5aebda Updated wording in Todo app example 2014-09-04 00:04:41 -07:00
jacobawenger
db12b27dbb Cleaned up Todo App example 2014-09-04 00:03:47 -07:00
jacobawenger
8f62692c1b Upgraded examples to ReactFire 0.2.0 and updated their READMEs 2014-09-03 23:49:31 -07:00
jacobawenger
0c726ef287 Repo cleanup to comply with new catapult deploy process
- Added /dist/ folder to `.gitignore`
- Replaced references to version number with `XXX_VERSION_XXX`
- Replaced all-release `CHANGELOG.md` with per-release `changelog.txt`
- Removed `release.sh` script
- Added build task to `gulpfile.js`
- Updated `npm test` to build the distribution files before testing
- Updated the dist file header and made it preserved across both
minified and unmagnified files
2014-08-24 01:02:21 -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
d64aaeeca4 Updated bower_components in todoApp to include ReactFire 0.1.5 2014-05-23 21:55:08 -07:00
jacobawenger
773072a728 Now using v0.1.4 in todo example 2014-05-13 08:32:01 -07:00
jacobawenger
1bef33a483 Adding bower_components to version control for todo app example
We are using the todo app example as the ReactJS example for `firebase
bootstrap` on the CLI and we want it to work out of the box. So we need
to check in bower_components to make that work.
2014-05-12 18:53:43 -07:00
jacobawenger
0c02deccd2 Fixed v0.1.3 release data in change log 2014-05-03 17:30:01 -07:00
jacobawenger
9acf14043d Cleaned bottom of page styling in todoApp example 2014-05-02 11:26:24 -07:00
jacobawenger
d9b3d13a27 Fixed typo in bower.json. 2014-05-02 11:22:48 -07:00
jacobawenger
3ef7d74d11 Better implementation of _isArray() and _toArray() helpers within ReactFireMixin. 2014-05-02 11:14:46 -07:00
jacobawenger
6d63d61336 No longer allow empty strings to be submitted to Firebase. 2014-05-02 11:11:24 -07:00
jacobawenger
6df0136bb4 Added READMEs for examples and todoApp directories 2014-05-01 10:15:27 -07:00
jacobawenger
afc529856b Added ReactFire to bower and now reference it from todoApp example. Cleaned up todoApp example directory. 2014-04-30 19:16:48 -07:00
jacobawenger
e018314b3b Started using bower and cleaned up file references 2014-04-30 19:00:18 -07:00
jacobawenger
2aa7cd80e0 Minor name references cleanup. 2014-04-30 18:35:04 -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