(snapshots: DataSnapshot[] | null)
| 53 | }; |
| 54 | |
| 55 | const onValue = (snapshots: DataSnapshot[] | null) => { |
| 56 | dispatch({ type: 'value', snapshots }); |
| 57 | }; |
| 58 | |
| 59 | let childAddedHandler: ReturnType<typeof firebaseOnChildAdded> | undefined; |
| 60 | const onInitialLoad = (snapshot: DataSnapshot) => { |
no outgoing calls
no test coverage detected