voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 471 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage](./storage.md) > [StorageReference](./storage.storagereference.md) > [parent](./storage.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;
```