codediodeio / sveltefire

Cybernetically enhanced Firebase apps
MIT License
1.64k stars 126 forks source link

await on collectionStore ? #140

Open ghoshsanjoy78 opened 8 months ago

ghoshsanjoy78 commented 8 months ago

I am using collectionStore to get realtime data from a Firebase DB. However, the issue is that the store always has some value even when fetching data. So I am not able to show a "loading..." state.

ghoshsanjoy78 commented 8 months ago

Got it resolved thanks to this solution - https://github.com/codediodeio/sveltefire/issues/96