Closed
Description
- Expose
ThenableReference
type from the database type definitions. - Currently
then()
andcatch()
methods are exposed from theReference
type, which doesn't seem to be correct. Those belong inThenableReference
. - Add
EventType
type:
type EventType = 'value' | 'child_added' | 'child_changed' | 'child_moved' | 'child_removed';