I store an actual image on the firebase storage and then I also store String of Uri to firestore. I want to use Glide library to retrieve an image, but I need my app to store working url to firestore for that.
Is there a way to do that?
I store an actual image on the firebase storage and then I also store String of Uri to firestore. I want to use Glide library to retrieve an image, but I need my app to store working url to firestore for that.
Is there a way to do that?
You will want to generate a download URL and store that in the database.
This has been discussed in detail on Stack Overflow.