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 c74b10a commit 74208a9Copy full SHA for 74208a9
docs/storage/storage.md
@@ -124,7 +124,7 @@ export class AppComponent {
124
profileUrl: Observable<string | null>;
125
constructor(private storage: AngularFireStorage) {
126
const ref = this.storage.ref('users/davideast.jpg');
127
- this.profileUrl = ref.getDownloadUrl();
+ this.profileUrl = ref.getDownloadURL();
128
}
129
130
```
0 commit comments