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.
1 parent 60f98ba commit 5266293Copy full SHA for 5266293
docs/auth/getting-started.md
@@ -11,7 +11,7 @@ the Firebase docs for more information on what methods are available.](https://f
11
```ts
12
import { Component } from '@angular/core';
13
import { AngularFireAuth } from 'angularfire2/auth';
14
-import * as firebase from 'firebase/app';
+import { firebase } from '@firebase/app';
15
16
@Component({
17
selector: 'app-root',
0 commit comments