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 b4eca1b commit 2be50c7Copy full SHA for 2be50c7
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 '@angular/fire/auth';
14
-import { auth } from 'firebase';
+import { auth } from 'firebase/app';
15
16
@Component({
17
selector: 'app-root',
0 commit comments