We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/compat
1 parent b387b33 commit db76d50Copy full SHA for db76d50
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/compat/auth';
14
-import firebase from 'firebase/app';
+import firebase from 'firebase/compat/app';
15
16
@Component({
17
selector: 'app-root',
0 commit comments