Alexander Bowser
unread,Mar 3, 2023, 11:06:00 AM3/3/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
I'm building a mobile app using Expo that needs to display images from Firebase Storage. I'm using the 'getDownloadURL' method from the 'firebase/storage' package to get the download URLs for the images. However, I'm encountering issues where the URLs returned by the method are not valid or returns null. I have tried several solutions, including changing the bucket name, adjusting security rules in Firebase, and using a Cloud Function to fetch the URLs. However, none of these have resolved the issue. This problem is critical. Any help or guidance would be greatly appreciated.