Home > @firebase/storage > StorageReference > name
StorageReference.name property
The short name of this object, which is the last component of the full path. For example, if fullPath is 'full/path/image.png', name is 'image.png'.
Signature:
name: string;