A better version of SvelteFire (created by Fireship)
Improvements:
- Automatically initializes firebase app, auth and firestore. You just have to provide your firebase credentials.
- Added user loading state.
- Added support for
collectionGroup
withcollectionGroupStore
and aCollectionGroup
component - The project uses vite as the build tool.
- Added
SignInButton
andSignOutButton
- Organized components into separate folders like
auth
andfirestore
- Typed
Doc
,Collection
andCollectionGroup
: data will never benull
, it will always be real data or the data you provide asstartWith