2
2
3
3
## Using FirebaseUI to download and display images
4
4
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,
6
6
regardless of network quality. You can use it to store images, audio, video, or other
7
7
user-generated content. Firebase Storage is backed by Google Cloud Storage, a powerful, simple,
8
8
and cost-effective object storage service.
9
9
10
10
FirebaseUI 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
13
13
benefits while leveraging Firebase Storage's authenticated storage capabilities.
14
14
15
15
To 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`
30
30
31
31
Images displayed using ` FirebaseImageLoader ` are cached by their path in Firebase Storage, so
32
32
repeated 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 ] .
34
34
35
35
## Known Issues
36
36
0 commit comments