From b903b1c89dd52934f43d3cb09bb52ffc47c45faf Mon Sep 17 00:00:00 2001 From: James Daniels Date: Sat, 12 May 2018 16:44:34 -0700 Subject: [PATCH] docs(auth): Updating getting started with @firebase/auth --- docs/auth/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/getting-started.md b/docs/auth/getting-started.md index 275d2e526..228ff3211 100644 --- a/docs/auth/getting-started.md +++ b/docs/auth/getting-started.md @@ -11,7 +11,7 @@ the Firebase docs for more information on what methods are available.](https://f ```ts import { Component } from '@angular/core'; import { AngularFireAuth } from 'angularfire2/auth'; -import * as firebase from 'firebase/app'; +import { firebase } from '@firebase/app'; @Component({ selector: 'app-root',