Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - thatfiredev/firecoil: 🔥🖼 Display images stored in Cloud Storage for Firebase using Coil

🔥🖼 Display images stored in Cloud Storage for Firebase using Coil - thatfiredev/firecoil

Visit SiteGitHub - thatfiredev/firecoil: 🔥🖼 Display images stored in Cloud Storage for Firebase using Coil

GitHub - thatfiredev/firecoil: 🔥🖼 Display images stored in Cloud Storage for Firebase using Coil

🔥🖼 Display images stored in Cloud Storage for Firebase using Coil - thatfiredev/firecoil

Powered by 0x5a.live 💗

Build Status

firecoil

firecoil allows you to load images from Cloud Storage for Firebase in your Android app (through a StorageReference) , using the image loading library Coil.

Usage

Basic Usage

val storageRef: StorageReference = ...
val imageView: ImageView = ...

imageView.load(storageRef)

Custom Requests

val storageRef: StorageReference = ...
val imageView: ImageView = ...

imageView.load(storageRef) {
    crossfade(true)
    placeholder(R.id.placeholder)
}

See more usage options on the Documentation.

A sample app is also available for trying out firecoil.

Contributing

Anyone and everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgment

Inspired by FirebaseUI for Storage

Kotlin Resources

are all listed below.

Resources

listed to get explored on!!

Made with ❤️

to provide different kinds of informations and resources.