We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9293dc6 commit c0b1c20Copy full SHA for c0b1c20
docs/functions/functions.md
@@ -53,7 +53,7 @@ AngularFireFunctions is super easy. You create a function on the server side and
53
```ts
54
55
import { Component } from '@angular/core';
56
-import { AngularFireStorage } from '@angular/fire/functions';
+import { AngularFireFunctions } from '@angular/fire/functions';
57
58
@Component({
59
selector: 'app-root',
0 commit comments