-
I just recently used Coil on Jetpack compose as the team is deciding to slowly migrate from view to compose, we've been using Coil when fetching images from our firebase console without any issues using
Here's the snippet of the
I have no problems fetching any public images, also passing the value that of Any ideas or help would be greatly appreciated. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Seems like its not entirely a Coil issue, and not an issue at all, I thought FireCoil was part of Coil framework instead its a supplementary dependency for fetching Firebase Storage images and does everything under the hood utilizing Coil, so for anybody who may experience the same thing here is my StackOverFlow post Thank you. |
Beta Was this translation helpful? Give feedback.
Seems like its not entirely a Coil issue, and not an issue at all, I thought FireCoil was part of Coil framework instead its a supplementary dependency for fetching Firebase Storage images and does everything under the hood utilizing Coil, so for anybody who may experience the same thing here is my StackOverFlow post
https://stackoverflow.com/questions/73400464/coil-1-3-2-loading-image-from-firebase-not-working-no-fetcher-supports-gs
Thank you.