issues Search Results · repo:codediodeio/sveltefire language:TypeScript
Filter by
70 results
(82 ms)70 results
incodediodeio/sveltefire (press backspace or delete to remove)Theres a pull request here
https://github.com/codediodeio/sveltefire/pull/154
It just updates the dependency listing, it s super easy. Im begging you to merge it.
shep920
- Opened on Jul 21, 2024
- #161
I m trying to use the Realtime Database using the Node component per the documentation here:
https://sveltefire.fireship.io/rtdb/node-component
But, when I import Node from sveltefire -- even before ...
likeablegeek
- 1
- Opened on Jun 14, 2024
- #159
Hi
Great library - found through premium membership of Fireship - many thanks
Getting an upstream dependency conflict with 0.4.5.
Could not resolve dependency: npm ERR! peer firebase@ ^9.0.0 from sveltefire@0.4.5 ...
axwaxw
- 1
- Opened on May 20, 2024
- #158
script
import { Doc, Collection } from sveltefire ;
/script
Doc ref={ coll/id } let:data
// do something
/Doc
// or
Collection ref={ coll } let:data
// do something
/Collection ...
princekumar036
- Opened on Apr 16, 2024
- #157
currently if docStore or collectionStore gets an error from firestore there is no way to catch it,
there is a onError parameter for onsnapshot which should be exposed to us
QuarkNerd
- Opened on Mar 23, 2024
- #156
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... I can get the Bearer inside of the SignedIn
let:user component, ...
JustinGuese
- 3
- Opened on Mar 22, 2024
- #155
I believe perhaps CollectionStore (and DocStore?) has the wrong unsubscriber type...
import { getFirestore } from firebase/firestore ;
import { derived } from svelte/store ;
import { collectionStore ...
ehahn9
- Opened on Mar 1, 2024
- #153
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 ...
NielAgi
- 1
- Opened on Feb 29, 2024
- #152
On the https://sveltefire.fireship.io/guide/start the example shows that we can just use userStore(), however it doesn t
work without providing auth to it.
image
dfaua
- Opened on Feb 6, 2024
- #151
I m experiencing weird typescript errors I can t even describe, so I ll provide screenshots
image image image
h1sashin
- 1
- Opened on Feb 3, 2024
- #150

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.