Skip to content

Commit db76d50

Browse files
authored
docs(getting-started): /compat missing from firebase import (#2917)
Fix for `/compat` missing from firebase import
1 parent b387b33 commit db76d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/getting-started.md

+1-1
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/compat/auth';
14-
import firebase from 'firebase/app';
14+
import firebase from 'firebase/compat/app';
1515

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

0 commit comments

Comments
 (0)