Commit Graph

268 Commits

Author SHA1 Message Date
jhuleatt
451cf2d9ab add available hooks to readme 2019-04-09 17:41:57 -07:00
jhuleatt
d0ac8227a9 add options to useUser 2019-04-09 17:37:41 -07:00
jhuleatt
7197d0f094 fix link 2019-04-09 17:33:26 -07:00
jhuleatt
3cef83adc7 add ability to pass initial value to all hooks 2019-04-09 17:32:49 -07:00
jhuleatt
5bb1e52b83 add description 2019-04-09 17:26:08 -07:00
jhuleatt
e320e3897d add hook for storage download url (with demo) 2019-04-09 16:59:03 -07:00
jhuleatt
335f5164d5 fix an issue with conflicting jest versions 2019-04-09 16:58:32 -07:00
jhuleatt
f88d361324 test use-observable 2019-04-08 15:35:51 -07:00
jhuleatt
3412faa872 use react-firebaseui for auth 2019-04-04 15:32:44 -07:00
jhuleatt
46d1d6065a correct terminology 2019-04-04 14:49:38 -07:00
jhuleatt
d7059c093a RTDB sample! 2019-04-04 14:48:35 -07:00
jhuleatt
5eb567b2ee small fixes 2019-04-04 14:21:56 -07:00
jhuleatt
29a1b4d12f turn samples into "cards" 2019-04-04 14:21:44 -07:00
jhuleatt
3342567b42 support storage upload progress! 2019-04-04 14:21:11 -07:00
jhuleatt
6e9064292b add .d.ts to gitignore 2019-04-04 14:19:09 -07:00
jhuleatt
8c5e97b0cf emit .d.ts files 2019-04-04 14:18:56 -07:00
jhuleatt
32acc8f5e9 break things out into their own files 2019-03-28 14:38:44 -07:00
jhuleatt
868a16087c feedback from weekly sync 2019-03-28 14:04:58 -07:00
jhuleatt
5542071abf update development instructions 2019-03-28 14:04:45 -07:00
jhuleatt
e0bc8980b5 experimenting with better? promise tracking 2019-03-28 13:31:43 -07:00
jhuleatt
1851989114 update dependencies 2019-03-22 10:48:38 -07:00
jhuleatt
df0465aee9 disable auth button while waiting for login 2019-03-21 16:53:05 -07:00
jhuleatt
49b8cad3ca better samples 2019-03-21 16:37:47 -07:00
jhuleatt
30220ccb93 make sure user is signed in before Firestore read 2019-03-21 15:51:50 -07:00
jhuleatt
de742f458c clean up 2019-03-21 15:51:18 -07:00
jhuleatt
968afb38f6 slight UX change 2019-03-21 15:51:09 -07:00
jhuleatt
b589e1bc5c hooks with suspense seem to be working??!!?? 2019-03-20 18:15:52 -07:00
jhuleatt
af7d7863f5 turn on react strictmode 2019-03-20 18:15:38 -07:00
jhuleatt
66ae23a615 sourcemaps 2019-03-20 15:22:16 -07:00
jhuleatt
6685898339 cleanup 2019-03-20 15:22:08 -07:00
jhuleatt
2d56e08ffa explain how to setup environment for local dev 2019-03-20 15:19:24 -07:00
jhuleatt
b5e63a62e7 rearrange things to use Yarn workspaces
Yarn workspaces: https://yarnpkg.com/lang/en/docs/workspaces/
This prevents the dreaded Invalid Hook call warning:
https://reactjs.org/warnings/invalid-hook-call-warning.html
2019-03-20 15:08:05 -07:00
jhuleatt
e74dae316c auth example 2019-03-11 18:07:21 -07:00
jhuleatt
6b0233f58f Out with the old 2019-03-11 15:33:22 -07:00
Nicolas Garnier
3e1e779ff3 Update README.md 2018-03-18 19:53:23 +01:00
Sam Stern
dfb3688bfe Update README.md 2018-03-16 09:38:52 -07:00
Nicolas Garnier
330db0a46a Link to npm for react-redux-firebase 2018-03-16 16:51:37 +01:00
Nicolas Garnier
4cf6799121 Tweak README text deprecated 2018-03-16 01:58:07 +01:00
Nicolas Garnier
153780b4c7 Tweak text fro Initialize Firebase 2018-03-16 01:52:06 +01:00
Nicolas Garnier
7da5d1ee2f typo 2018-03-16 01:49:45 +01:00
Nicolas Garnier
2728008d58 Uping version to push new Readme to NPM 2018-03-16 01:39:35 +01:00
Nicolas Garnier
bd8642d8e2 Merge pull request #133 from firebase/deprecation
Marking ReactFire as deprecated.
2018-03-16 01:33:27 +01:00
Nicolas Garnier
14c4f9f1b3 Marking ReactFire as deprecated.
Adding a refreshed Firebase in React guide and a migration guide from ReactFire to using the JS SDK.
2018-03-16 01:24:43 +01:00
Jacob Wenger
420e7e5833 Added version numbers to bower.json and package.json (#124)
### Description

Catapult (the internal tool we use to release Firebase JavaScript libraries) now works without the `0.0.0` version placeholder in the `bower.json` and `package.json` files. So, we can finally add the actual version numbers back into these files.

### Code sample

N/A
2017-02-22 11:03:42 -08:00
Edi Duluman
ae024361d9 Cleaning up reference data when unbinding (#121) 2017-02-13 12:03:04 -08:00
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
jwngr
6a08bc6f5d Removed unneeded tests/key.json from .gitignore 2016-08-30 16:24:46 -07:00
Jacob Wenger
6071e3ac37 Removed service account required to run tests (#112) 2016-08-16 23:01:23 -07:00
Jacob Wenger
fb1452cfd0 Added release notes link to README (#111) 2016-08-16 22:53:58 -07:00