sveltefire icon indicating copy to clipboard operation
sveltefire copied to clipboard

Cybernetically enhanced Firebase apps

Results 68 sveltefire issues
Sort by recently updated
recently updated
newest added

Again this is not an issue rather a question. Does anyone know how to make pagination work with the Collection component? I found this [tutorial from fireship.io](https://fireship.io/lessons/firestore-pagination-guide/), but this is...

The old package.json didn't show a GitHub or a homepage URL in npm. This PR adds both of them.

Documents & Collections are returning data with the `id` field set as the title of the document. This is superfluous as the id is accessible via `ref.id` and overwrites data...

In the `````` component, if i pass an invalid ref, I get an error in the console, but currently, there is no way to show an error back to the...

I have a collectionStore referenced in firebase.ts: ![image](https://github.com/codediodeio/sveltefire/assets/36343085/a6e78291-a386-4df6-a38d-e565bdb111e1) it is referenced in another file ![image](https://github.com/codediodeio/sveltefire/assets/36343085/5c7716fe-adcc-42ed-b143-c12473c72c75) In this file, I have tried several methods to make the UI re-render when something...

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobufjs&package-manager=npm_and_yarn&previous-version=6.11.3&new-version=6.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

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

Step 2 says ```js const db = getFirestore(app); ``` and then ```html ``` This is an error because firestore is not defined. Step 2 should say ```js const firestore =...