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.
2 parents 70367ce + 80ea1aa commit 94e921fCopy full SHA for 94e921f
docs/Auth-with-Ionic3-Angular4.md
@@ -191,6 +191,7 @@ import { HomePage } from '../pages/home/home';
191
192
import { AngularFireModule } from 'angularfire2';
193
import { AngularFireDatabaseModule } from 'angularfire2/database';
194
+import { AngularFireAuthModule } from 'angularfire2/auth';
195
196
export const firebaseConfig = {
197
apiKey: "xxxxxxxxxx",
@@ -209,7 +210,8 @@ export const firebaseConfig = {
209
210
BrowserModule,
211
IonicModule.forRoot(MyApp),
212
AngularFireModule.initializeApp(firebaseConfig),
- AngularFireDatabaseModule
213
+ AngularFireDatabaseModule,
214
+ AngularFireAuthModule
215
],
216
bootstrap: [IonicApp],
217
entryComponents: [
0 commit comments