veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
18 lines (12 loc) • 365 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/database](./database.md) > [EventType](./database.eventtype.md)
## EventType type
<b>Signature:</b>
```typescript
type EventType =
| 'value'
| 'child_added'
| 'child_changed'
| 'child_moved'
| 'child_removed';
```