voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
16 lines (9 loc) • 448 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/database](./database.md) > [Reference](./database.reference.md) > [parent](./database.reference.parent.md)
## Reference.parent property
The parent location of a `Reference`<!-- -->.
The parent of a root `Reference` is `null`<!-- -->.
<b>Signature:</b>
```typescript
readonly parent: Reference | null;
```