-
Notifications
You must be signed in to change notification settings - Fork 289
Closed
Labels
breakingThe issue or PR will introduce a breaking changeThe issue or PR will introduce a breaking changeenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Firebase bundle size is huge. Version 9 introduces a new import strategy that significantly reduces bundle size.
Describe the solution you'd like and how you'd implement it
Ideally a beta or "@next" version of the package that opts into the 'modular' (and not the 'compat' bridge) version 9 loading strategy.
Is this a breaking change?
Would this require existing users to change how they're using next-firebase-auth
?
Likely. Functions are now modular which means you need to pass the app instance into the function.
kmjennison, kodai3, jacksonblankenship, Sebastianhex, barbrick and 5 moreegisz, andriimedvediev, jacksonblankenship, Sebastianhex, barbrick and 2 more
Metadata
Metadata
Assignees
Labels
breakingThe issue or PR will introduce a breaking changeThe issue or PR will introduce a breaking changeenhancementNew feature or requestNew feature or request