sveltefire
sveltefire copied to clipboard
Cybernetically enhanced Firebase apps
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...
Now SideBar is reponsive
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:  it is referenced in another file  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 [](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...
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
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 =...