veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
23 lines (13 loc) • 541 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/database](./database.md) > [Database](./database.database.md) > [ref](./database.database.ref.md)
## Database.ref() method
<b>Signature:</b>
```typescript
ref(path?: string | Reference): Reference;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| path | string \| [Reference](./database.reference.md) | |
<b>Returns:</b>
[Reference](./database.reference.md)