Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase UI storage 1.2.0 is not loading images #730

Closed
mark922 opened this issue May 29, 2017 · 11 comments
Closed

Firebase UI storage 1.2.0 is not loading images #730

mark922 opened this issue May 29, 2017 · 11 comments

Comments

@mark922
Copy link

mark922 commented May 29, 2017

  `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.

@samtstern
Copy link
Contributor

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

@edipo2s
Copy link

edipo2s commented May 31, 2017

Use version minor than 10.2.1 will make conflict with Firebase performance tools

@itpablo
Copy link

itpablo commented Jun 1, 2017

Same problem here guys. Need to fallback to version 10.2.1

@debasiskoley
Copy link

Using version com.google.firebase:firebase-storage:10.2.1 and com.google.firebase:firebase-storage:10.2.0 and Glide version compile com.github.bumptech.glide:glide:3.7.0 is working fine but if updrage the version com.google.firebase:firebase-storage:10.2.6 Images are not loading.
Please help.

@mailtoabhi15
Copy link

@samtstern falling back to 'com.google.firebase:firebase-storage:10.2.1' resolve the issue but 10.2.6 doesn't load & nothing is there in logs as well to point to.
Currently I changed to below configs in my gradle:
compile 'com.google.firebase:firebase-auth:10.2.6'
compile 'com.google.firebase:firebase-storage:10.2.1'
compile 'com.google.firebase:firebase-database:10.2.6'
compile 'com.google.firebase:firebase-core:10.2.6'
compile 'com.google.firebase:firebase-messaging:10.2.6'
compile 'com.google.android.gms:play-services-auth:10.2.6'

So is it ok to just have storage @ 10.2.1 & other dependencies @ 10.2.6 ?

@samtstern
Copy link
Contributor

Does this problem still occur with 2.0.0 or higher?

@mailtoabhi15
Copy link

@samtstern didn't face the issue with compile 'com.google.firebase:firebase-storage:11.0.0'

@mark922
Copy link
Author

mark922 commented Jun 15, 2017

@samtstern It works fine with 10.2.1.

@samtstern
Copy link
Contributor

@mailtoabhi15 that's good to know, firebase-ui-storage:2.0.1 depends on firebase-storage:11.0.1 so you should be able to use this library again.

@swftvsn
Copy link

swftvsn commented Jun 26, 2017

11.0.1 + 2.0.1 works here too

@samtstern
Copy link
Contributor

I've heard multiple reports that this issue is fixed in 11.0.x so I am going to close this. If someone can still reproduce this on the newest SDK please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants