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 a696fb5 commit 4d5bb09Copy full SHA for 4d5bb09
docs/version-4-upgrade.md
@@ -81,9 +81,9 @@ import * from 'firebase/app';
81
declarations: [ App ],
82
exports: [ App ],
83
imports: [
84
- AngularFireModule.initializeApp(environment.firebase, 'my-app')
+ AngularFireModule.initializeApp(environment.firebase, 'my-app'),
85
AngularFireDatabaseModule,
86
- AngularFireAuthModule,
+ AngularFireAuthModule
87
],
88
bootstrap[ App ]
89
})
0 commit comments