Skip to content

Commit

Permalink
docs(auth): include auth from firebase/app (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
asgarli authored and jamesdaniels committed Sep 21, 2018
1 parent b4eca1b commit 2be50c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/auth/getting-started.md
Expand Up @@ -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 '@angular/fire/auth';
import { auth } from 'firebase';
import { auth } from 'firebase/app';

@Component({
selector: 'app-root',
Expand Down

0 comments on commit 2be50c7

Please sign in to comment.