Future<dynamic> getImageDownloadURL(String pathName) { return firebaseStorage.ref().child(pathName).getDownloadURL(); }