<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/database](./database.md) &gt; [Database](./database.database.md) &gt; [refFromURL](./database.database.reffromurl.md)

## Database.refFromURL() method

<b>Signature:</b>

```typescript
refFromURL(url: string): Reference;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  url | string |  |

<b>Returns:</b>

[Reference](./database.reference.md)

