We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1dd699 commit 0d7c582Copy full SHA for 0d7c582
docs/version-4-upgrade.md
@@ -74,7 +74,7 @@ import { AngularFireAuthModule, AngularFireAuth } from 'angularfire2/auth';
74
import { environment } from '../environments/environment';
75
76
// Do not import from 'firebase' as you'd lose the tree shaking benefits
77
-import * from 'firebase/app';
+import * as firebase from 'firebase/app';
78
79
80
@NgModule({
0 commit comments