Skip to content

bug in storage docs Downloading Files example #1501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MarkAdell opened this issue Mar 8, 2018 · 2 comments
Closed

bug in storage docs Downloading Files example #1501

MarkAdell opened this issue Mar 8, 2018 · 2 comments

Comments

@MarkAdell
Copy link
Contributor

Current

const ref = this.storage.ref('users/davideast.jpg');
this.profileUrl = ref.getDownloadUrl();

Fix

const ref = this.storage.ref('users/davideast.jpg');
this.profileUrl = ref.getDownloadURL();
@davideast
Copy link
Collaborator

Hey @MarkAdell! Would you like to send in the PR?

@MarkAdell
Copy link
Contributor Author

MarkAdell commented Mar 8, 2018

@davideast Sure! I already did #1502

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants