sveltefire icon indicating copy to clipboard operation
sveltefire copied to clipboard

Make props optional

Open KevenGoncalves opened this issue 1 year ago • 2 comments

Sometimes I just want to use the auth but I'm forced to bootstrap the firestore and storage

KevenGoncalves avatar Oct 02 '23 14:10 KevenGoncalves

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.

ItsAlexousd avatar Oct 03 '23 07:10 ItsAlexousd

Nice, Thanks, I will be waiting for the PR to be merged to the main

KevenGoncalves avatar Oct 03 '23 08:10 KevenGoncalves