codelab-friendlychat-android icon indicating copy to clipboard operation
codelab-friendlychat-android copied to clipboard

StorageMetaData class doesn't have 'getDownloadUrl()' method

Open ShahnazK opened this issue 7 years ago • 1 comments

as per 'friendlychat' code lab there should be a method getDownloadUrl() within 'StorageMetaData` class, but i couldn't find such method. Please see here https://codelabs.developers.google.com/codelabs/firebase-android/#7

ShahnazK avatar Jul 05 '18 08:07 ShahnazK

You're right. According to the release logs, that method has been deprecated in version 15.0.2 (May 2, 2018).

They just haven't updated the codelab yet. But meanwhile you can use the code provided in the docs.

Edit: This has already been discussed on #51 . To avoid duplications, please search if your issue has already been posted before opening it.

thatfiredev avatar Jul 12 '18 00:07 thatfiredev