veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
17 lines (10 loc) • 545 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/database](./database.md) > [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<Promise<[Reference](./database.reference.md)<!-- -->>, 'then' \| 'catch'>