-
Notifications
You must be signed in to change notification settings - Fork 714
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
cannot resolve getDownloadUrl please help me out here is the code #53
Comments
somebody, please notice this.. hehe |
+1 |
Hi! you can replace it with this according to the firebase documentation:
|
have you found the solution ?, help me please. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
public void createOrUpdateProfileWithImage(final Profile profile, Uri imageUri, final OnProfileCreatedListener onProfileCreatedListener) {
String imageTitle = ImageUtil.generateImageTitle(UploadImagePrefix.PROFILE, profile.getId());
UploadTask uploadTask = databaseHelper.uploadImage(imageUri, imageTitle);
The text was updated successfully, but these errors were encountered: