<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/database](./database.md) &gt; [ThenableReference](./database.thenablereference.md)

## ThenableReference interface


<b>Signature:</b>

```typescript
export interface ThenableReference
  extends Reference,
    Pick<Promise<Reference>, 'then' | 'catch'> 
```
<b>Extends:</b> [Reference](./database.reference.md)<!-- -->, Pick&lt;Promise&lt;[Reference](./database.reference.md)<!-- -->&gt;, 'then' \| 'catch'&gt;

