Commit 3a67397
Restrict firebase imports in Node distro (#205)
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 #1631 parent a1d0ddc commit 3a67397
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments