codediodeio / sveltefire

Cybernetically enhanced Firebase apps
MIT License
1.67k stars 127 forks source link

userStore() now requires auth #151

Closed dfaua closed 8 months ago

dfaua commented 8 months ago

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