22
33## Using FirebaseUI to download and display images
44
5- [ Firebase Storage] ( firebase-storage ) provides secure file uploads and downloads for your Firebase apps,
5+ [ Firebase Storage] [ firebase-storage ] provides secure file uploads and downloads for your Firebase apps,
66regardless of network quality. You can use it to store images, audio, video, or other
77user-generated content. Firebase Storage is backed by Google Cloud Storage, a powerful, simple,
88and cost-effective object storage service.
99
1010FirebaseUI provides bindings to download an image file stored in Firebase Storage
11- from a [ ` StorageReference ` ] ( storage-reference ) and display it using the popular
12- [ Glide] ( glide ) library. This technique allows you to get all of Glide's performance
11+ from a [ ` StorageReference ` ] [ storage-reference ] and display it using the popular
12+ [ Glide] [ glide ] library. This technique allows you to get all of Glide's performance
1313benefits while leveraging Firebase Storage's authenticated storage capabilities.
1414
1515To load an image from a ` StorageReference ` , simply use the ` FirebaseImageLoader ` class:
@@ -30,7 +30,7 @@ To load an image from a `StorageReference`, simply use the `FirebaseImageLoader`
3030
3131Images displayed using ` FirebaseImageLoader ` are cached by their path in Firebase Storage, so
3232repeated loads will be fast and conserve bandwidth. For more information on caching in Glide,
33- see [ this guide] ( glide-caching )
33+ see [ this guide] [ glide-caching ] .
3434
3535## Known Issues
3636
0 commit comments