sveltefire
sveltefire copied to clipboard
await on collectionStore ?
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.
Got it resolved thanks to this solution - https://github.com/codediodeio/sveltefire/issues/96