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

`npm i sveltefire firebase` currently fails: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected]...

Just a simple issue: I installed sveltefire into my project and got the following warning: WARN  Issues with peer dependencies found . └─┬ sveltefire 0.4.2 └── ✕ unmet peer firebase@^9.0.0:...

Cool project that I would love to use! Any plans/timeline to work on Svelte 5 support? And/or desire to take contributions to begin making progress in it?

First of good job, this is a fantastic library! Now to the feature request: It would be great to have a loading or empty state for the User as well....

enhancement

Hi, I can't get my code to work, maybe someone can give me some help? What I want to do is call an API with the idToken/Bearer of the user......

This PR adds error handling for Collection and Doc as per requested in #121 , in addition, error handling is also available for DownloadURL, UploadTask and StorageList.

I believe perhaps `CollectionStore` (and DocStore?) has the wrong unsubscriber type... ```ts import { getFirestore } from 'firebase/firestore'; import { derived } from 'svelte/store'; import { collectionStore } from 'sveltefire';...

`export const db = getFirestore();` ``` const userData = docStore(db, `users/rNvXG7F...KyJw1`); console.log($userData); ``` ``` const userData = docStore(db, `users/${$user?.uid}`); console.log($userData); ``` Both examples log undefined. Has there been an update...

Changes: Updated Firebase peer dependency to version 10.0.0 from 9.0.0 to align with the latest stable release. Verified compatibility with the existing codebase and other dependencies.

I'm experiencing weird typescript errors I can't even describe, so I'll provide screenshots ![image](https://github.com/codediodeio/sveltefire/assets/25825628/15b40437-3698-4363-81bd-5a0048807726) ![image](https://github.com/codediodeio/sveltefire/assets/25825628/5113454b-1825-4353-ac44-d2c9c41f1bcf) ![image](https://github.com/codediodeio/sveltefire/assets/25825628/89d9de73-5aa0-4481-9a7a-9c80ad95c328)