You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment only `require('firebase/app');` and `require('firebase/auth')` is needed but the Node distro imports the whole Firebase SDK with `require('firebase');`.
This makes it hard to only load parts of the Firebase SDK or use dynamic imports when using Node to build for the client (using Webpack for instance).
This would fix#163
0 commit comments