question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Firebase UI storage 1.2.0 is not loading images

See original GitHub issue
  `final StorageReference islandRef = ...;
    ImageView imageView = ...;
    
    // Load the image using Glide
    Glide.with(context.getApplicationContext())
            .using(new FirebaseImageLoader())
            .load(islandRef)
            .placeholder(R.drawable.profile_image_place_holder)
            .into(imageView);`

Gradle version :- compile ‘com.google.firebase:firebase-storage:10.2.6’ && compile ‘com.firebaseui:firebase-ui-storage:1.2.0’

Images are not loading after updating to this version of firebase SDK.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
itpablocommented, Jun 1, 2017

Same problem here guys. Need to fallback to version 10.2.1

1reaction
samtsterncommented, May 30, 2017

@mark922 what happens if you use com.google.firebase:firebase-storage:10.2.1?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firebase Storage UI and Glide not showing images
I managed to sort it out. If there is anyone facing the same issue, revert to Firebase SDK version 10.2.1 if you recently...
Read more >
Firebase Android SDK Release Notes - Google
Cloud Storage for Firebase version 20.1.0. Fixed an issue that caused an infinite number of retries with no exponential backoff for uploadChunk() ...
Read more >
Creating a Social Media App using Firebase in Android Studio
So here is code for getting images from gallery and storing it on firebase storage · Also i have added a listener to...
Read more >
Build a Photo Gallery With React & Firebase - YouTube
Build an instagram-like photo gallery app with React & Firebase The Net ... a progress bar 48:07 - Firestore hook & showing images...
Read more >
Compose UI - Android Developers
androidx.compose.ui.graphics ... That said, there are few subsystems of compose this refactor did not touch, and it is likely that behavior has changed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found