Greg Fenton

Results 38 issues of Greg Fenton

The ability to call a Cloud Function would be powerful. A key benefit would be the ability to do "administrative functions" via those cloud functions. Say, for example, deleting all...

enhancement

**What is the current behavior?** The [API section of README](https://github.com/prescottprue/redux-firestore#api) doc states: > Certain methods (such as get, set, and onSnapshot) have a different API since they have been extended...

### Summary Since `expo init --name` is deprecated and using it simply leads to an error message, mention of it should be removed from the `--help` message. ### Environment ```...

needs review

Currently published v8.2.2 docs (https://redux-form.com/8.2.2/) has a nasty layout issue where the "ad" section pushes all other content to the right. On my MacOS (Catalina 10.15.4) running Chrome (Version 80.0.3987.163...

bug

**Is your feature request related to a problem? Please describe.** Get a Node/Javascript developer who is not familiar with this API set to use just the published documentation from this...

type: feature request
triage me
priority: p4

Tweaks to documentation based on responses to #56

### Summary: Clicking an "example" link on the reactcommunity.org site does not actually open codepen. ### Steps to reproduce: (Tested with up-to-date Chrome and Safari browsers on MacOS Catalina 10.15.4)...

To me, there is a difference between a modal being closed because of someone clicking a "save" or "close" button versus them pressing ESC or clicking outside of the dialog....

enhancement

Each of the examples provided essentially show "read-only" data. It would be great to show an example of capturing input from the user and how the app can use that...

enhancement

In trying to get a hooks example going, I ended up doing a fair amount of work I hope others might benefit from: - adjusted `index.js` to support both `this`...