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 20beaef commit a28fec2Copy full SHA for a28fec2
packages/rxfire/docs/storage.md
@@ -14,7 +14,7 @@ The `fromTask()` function creates an observable that emits progress changes.
14
15
#### TypeScript Example
16
```ts
17
-import { fromTask } from 'rxfire/firestore';
+import { fromTask } from 'rxfire/storage';
18
import * as firebase from 'firebase';
19
import 'firebase/storage';
20
@@ -42,7 +42,7 @@ The `percentage()` function creates an observable that emits percentage of the u
42
43
44
45
-import { percentage } from 'rxfire/firestore';
+import { percentage } from 'rxfire/storage';
46
47
48
0 commit comments