Greg Fenton

Results 38 issues of Greg Fenton

On the queries page, section [PARSING](https://react-redux-firebase.com/docs/queries.html#parsing), the first code example: ```javascript // Works since limitToFirst and startAt are parsed into numbers queryParams: [`limitToFirst=${limitToFirst}`, `startAt=${startAt}`, 'orderByValue'], // COULD CAUSE UNEXPECTED BEHAVIOR!!!...

This is a BREAKING CHANGE. The previous exit code for the process was `1`, that is contrary to expected behaviours for typical command line apps where `0` indicates success. To...

This option is useful when running in batches and comparing outputs. It dramatically reduces diffs.

It would be helpful for newcomers to have a bit more description and guidance in the form of a step-by-step set of instructions to getting this project up and running....

https://github.com/firebase/snippets-web/blob/c5bfca32e881d7a40002285384a784749f973c35/firestore/test.solution-counters.js#L49 In the test group that starts at the above line, it isn't clear to me that the results of the tests are actually being tested? What validates that the...

**Describe the bug** In the Firestore UI, collapsing a field on a Document only remains collapsed for a few seconds. This interferes with development and debugging work as fields are...