sveltefire
sveltefire copied to clipboard
Make props optional
Sometimes I just want to use the auth but I'm forced to bootstrap the firestore and storage
Hi @KevenGoncalves,
Thank you for bringing up this issue and sharing your feedback!
I'm pleased to inform you that I've addressed this concern in the latest pull request (#130). The PR introduces an enhancement that makes the Firebase service props (auth, firestore, storage) optional in the FirebaseApp
component.
Nice, Thanks, I will be waiting for the PR to be merged to the main