Greg Fenton

Results 38 issues of Greg Fenton

### [REQUIRED] Step 2: Describe your configuration - Extension name: **firestore-bigquery-export** - Extension version: **0.1.10** ### [REQUIRED] Step 3: Describe the problem Not understanding where the `firebase ext:upgrade` is getting...

type: bug

### [REQUIRED] Step 2: Describe your configuration - Extension name: **firestore-bigquery-export** - Extension version: **0.1.24** ### [REQUIRED] Step 3: Describe the problem #### Steps to reproduce: Here's the console output...

documentation

### Describe your configuration - Extension name: **firestore-bigquery-export** (`storage-resize-images`, `firestore-send-email`, etc) - Extension version: **0.1.12** ### Describe the problem Running `fs-bq-import-collection` leads me to an error message with insufficient information...

documentation
in-progress

Thank you for creating this cheatsheet. It is awesome! My one recommendation is that you consider moving the Event, Browser & DOM stuff (#12-#14) to the very end. That way...

### Topic and scope of discussion Unable to get version bumping for `app.config.js` files - getting the subject's message to the console. ### Motivation To understand if a flexible, dynamic...

The following example: **REPRO CODE:** ```js function ExampleComponent() { useHotkeys('/', () => inputRef.current.focus()); const inputRef = useRef(); return ( ) } ``` **EXPECTED BEHAVIOUR:** - without a focus in the...

`git branch` only outputs the current branch. `git branch -a` lists all branches.

### Describe your environment * Operating System version: ***Mac Sonoma 14.3*** * Firebase SDK version: ***v12.0.0*** * Firebase Product: ***Admin SDK for NodeJS*** * Node.js version: ***v18.17.1*** * NPM version:...

needs-triage

## Summary Being able to use `as DataValidationType` is cleaner than having to use `as 'list' | 'whole' | 'decimal' | 'date' | 'textLength' | 'custom'` everywhere. This new type...

Make a TS file not a JS file or TS/VSCode doesn't find the export.