codelab-friendlychat-android
codelab-friendlychat-android copied to clipboard
StorageMetaData class doesn't have 'getDownloadUrl()' method
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
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.