How to set image view from Firebase storage?
问题 I tried all examples both from the docs and from online help, but I can't get a simple image I have in the storage to display on an image view. assuming I have pictures in the storage in a folder called pictures so photo1.jpg is stored in the reference: StorageReference storageReference = FirebaseStorage.getInstance().getReference(); StorageReference photoReference= storageReference.child("pictures/photo1.jpg"); But how do I set it and replace the contents with an existing image view that I