Skip to content

Commit a28fec2

Browse files
liuqiaowei512Feiyang1
authored andcommitted
Update import path (#1492)
Correct import path should be `firebase/storage`
1 parent 20beaef commit a28fec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/rxfire/docs/storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `fromTask()` function creates an observable that emits progress changes.
1414

1515
#### TypeScript Example
1616
```ts
17-
import { fromTask } from 'rxfire/firestore';
17+
import { fromTask } from 'rxfire/storage';
1818
import * as firebase from 'firebase';
1919
import 'firebase/storage';
2020

@@ -42,7 +42,7 @@ The `percentage()` function creates an observable that emits percentage of the u
4242

4343
#### TypeScript Example
4444
```ts
45-
import { percentage } from 'rxfire/firestore';
45+
import { percentage } from 'rxfire/storage';
4646
import * as firebase from 'firebase';
4747
import 'firebase/storage';
4848

0 commit comments

Comments
 (0)