1 Answer
Read moreHow do I get the URL from Firebase storage in react native?
To generate a new Download URL, you need to call the getDownloadURL method on a reference : import storage from ‘@react-native-firebase/storage’; const url = await storage(). ref(‘images/profile-1. png’).
Read more