Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Firebase Service Props Optional #130

Closed

Conversation

ItsAlexousd
Copy link
Contributor

This PR addresses the concern raised in issue #128. Currently, users are required to provide all Firebase service props (auth, firestore, storage) when using the FirebaseApp component, even if they only intend to use one of the services.

To enhance flexibility and usability, this PR makes the Firebase service props optional. Now, users can choose to provide only the services they need, ensuring a more streamlined and versatile experience.

@Dev1994
Copy link

Dev1994 commented Oct 9, 2023

Nice! No need to initialize things we don't need anymore.

@ItsAlexousd
Copy link
Contributor Author

This functionality has been implemented in the master branch as of version 0.4.5. Closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants