react-redux-firebase
react-redux-firebase copied to clipboard
Bug: Incorrect Type for `onAuthStateChanged`
As per docs,
the correct type for onAuthStateChanged should be
( authState: firebase.User | null,
_firebase: any,
dispatch: Dispatch<any>,
)