Skip to content

Instantly share code, notes, and snippets.

@thatfiredev
Created June 11, 2020 14:47
Show Gist options
  • Save thatfiredev/962b7084c9ac22aba3762f45054c6fc0 to your computer and use it in GitHub Desktop.
Save thatfiredev/962b7084c9ac22aba3762f45054c6fc0 to your computer and use it in GitHub Desktop.
Load images from Cloud Firestore on an Android App using firecoil
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