Jeff Delaney
Jeff Delaney
I hear you. The problem is that Firebase does not broadcast a loading state, so it's not as simple as it would seem. https://stackoverflow.com/a/50684239/3808414 One solution (already implemented) is to...
Can you provide a minimal example of your code? The code in that ss is actually compiled by svelte itself.
This should be fixed in the latest version. Keep in mind, SvelteFire does not fetch on the server. What you should do is fetch on the server via SvelteKit's load...