implements Comparable<StorageReference> Represents a reference to a Google Cloud Storage object . Developers can upload and download objects, get/set object metadata, and delete an object at a specified path. (
Read moreWhat is firebase storage ref?
Your files are stored in a Cloud Storage bucket. The files in this bucket are presented in a hierarchical structure, just like the file system on your local hard disk, or the data in the Firebase Realtime Database. By creating a reference to a file, your app gains access to it .
Read more