Load Failed For Null With Size [0x0] Class Com.bumptech.glide.load.engine.glideexception: Received Null Model
I'm trying to load a photo I saved on firebase, It's saved successful but it can't get the image loaded again the error is 'Load failed for null with size [0x0] class com.bump
Solution 1:
make sure that you have entered the same name in firebase database, e.g- I am trying to send image in my app, in my model I have declared a string 'imageUrl', but in firebase storage I gave the name 'image', make sure that the both names are same.... it will resolve the issue
Post a Comment for "Load Failed For Null With Size [0x0] Class Com.bumptech.glide.load.engine.glideexception: Received Null Model"