sveltefire
sveltefire copied to clipboard
Cybernetically enhanced Firebase apps
`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....
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   