We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you want to request a feature or report a bug?
Feature. Firebase recently announced they would introduce tree shaking with version 9.
https://firebase.google.com/docs/web/modular-upgrade
Could reduce overall app footprint if react-redux-firebase bindings could be updated so that it only imports necessary modules.
What is the current behavior?
Firebase JSSDK footprint is usually 100Kb when bundled with a React App (Firebase auth, and firestore included)
What is the expected behavior?
The text was updated successfully, but these errors were encountered:
Hey, thanks for reaching out! Yeah, agreed this would be great, but pretty sure it will be a breaking change (still need to investigate a bit more).
Sorry, something went wrong.
Any update on this topic? :)
No branches or pull requests
Do you want to request a feature or report a bug?
Feature. Firebase recently announced they would introduce tree shaking with version 9.
https://firebase.google.com/docs/web/modular-upgrade
Could reduce overall app footprint if react-redux-firebase bindings could be updated so that it only imports necessary modules.
What is the current behavior?
Firebase JSSDK footprint is usually 100Kb when bundled with a React App (Firebase auth, and firestore included)
What is the expected behavior?
The text was updated successfully, but these errors were encountered: