developcodeza-matthew
Results
1
comments of
developcodeza-matthew
Have a look [here](https://firebase.google.com/docs/storage/android/upload-files#get_a_download_url). Its as simple as using your storageRef to get the download url on condition the task was successfull. ``` OnSuccessListener upload = new OnSuccessListener() { @Override...