Skip to content

Commit 5266293

Browse files
authored
docs(auth): Updating getting started with @firebase/auth (#1634)
1 parent 60f98ba commit 5266293

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 'angularfire2/auth';
14-
import * as firebase from 'firebase/app';
14+
import { firebase } from '@firebase/app';
1515

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

0 commit comments

Comments
 (0)