skip to Main Content

I can't apply glide with firebase storage

I can get link with this, i tested with realtime database on firebase but i'cant use link as a String.but when i write like Glide.with(this).load("link").into(imageView); public void run() { imgRef.getDownloadUrl().addOnSuccessListener(new OnSuccessListener<Uri>() { @Override public void onSuccess(Uri uri) { imgUrl =…

VIEW QUESTION

Can’t open file? Path not found?

I built an app to upload attachments to Firebase Storage, with the URL saved in Firestore. The upload part works nicely. I also added a download button for downloading the relevant attachment. When clicking the download button, the app should…

VIEW QUESTION
Back To Top
Search