and I wanna delete everything on that file.
This is what I've tried so far:
FirebaseStorage.instance.ref().child("User ($uid)/ads").delete();
FirebaseStorage.instance.ref().child("User ($uid)/ProfilePic").delete();
the second line deletes the ProfilePic, but the first line returns an error.
I'm new to firebase and flutter so bear with me.
