Skip to content

Commit 2be50c7

Browse files
asgarlijamesdaniels
authored andcommitted
docs(auth): include auth from firebase/app (#1882)
1 parent b4eca1b commit 2be50c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the Firebase docs for more information on what methods are available.](https://f
1111
```ts
1212
import { Component } from '@angular/core';
1313
import { AngularFireAuth } from '@angular/fire/auth';
14-
import { auth } from 'firebase';
14+
import { auth } from 'firebase/app';
1515

1616
@Component({
1717
selector: 'app-root',

0 commit comments

Comments
 (0)