Created
June 11, 2020 14:47
-
-
Save thatfiredev/962b7084c9ac22aba3762f45054c6fc0 to your computer and use it in GitHub Desktop.
Load images from Cloud Firestore on an Android App using firecoil
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val imageView: ImageView | |
val imageRef = storageRef.child("users/me/profile.png") | |
imageView.load(imageRef) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment