Jeff Delaney

Results 7 issues of Jeff Delaney

Imagine you have a huge spreadsheet with many unnecessary fields or unwanted data types, you could define an object that would convert the data to the proper Firestore structure and...

Now that this package has a bunch of features, we should make the binary avail from the command line without the need to build it. [npx](https://www.npmjs.com/package/npx). ``` npx fire-migrate someFile...

Every tag can display a description: https://fireship.io/tags/firebase/ Where: https://github.com/fireship-io/fireship.io/tree/master/hugo/content/tags How: Create a directory and _index.md that matches the tag name (must be exact kebab case), i.e `cloud-functions/_index.md` Then add some...

good first issue

Enhancement. The ability to add custom properties to the index. ``` algolia: applicationID: 'ID' apiKey: 'Key' indexName: 'index' properties: - featured_image - something_else ```

enhancement

Currently, the documentation's side navbar does not collapse on small screens. Let's add a hamburger icon and make it collapse on small screens. Relevant files: - docs/src/layouts/MainLayout.astro - docs/src/components/SideNav.astro

help wanted
good first issue

Opening an issue to determine the best way to work with Firebase in Sapper. Currently, bundling with rollup leads to issues that seem related to https://github.com/firebase/firebase-js-sdk/issues/1797 One possible solution is...

help wanted

The documentation should be expanded with common UI patterns. - User Auth Methods - Collection pagination and queries - Common Firestore join patterns

documentation