veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 495 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage-types](./storage-types.md) > [StorageReference](./storage-types.storagereference.md) > [parent](./storage-types.storagereference.parent.md)
## StorageReference.parent property
A reference pointing to the parent location of this reference, or null if this reference is the root.
<b>Signature:</b>
```typescript
parent: StorageReference | null;
```