react-redux-firebase icon indicating copy to clipboard operation
react-redux-firebase copied to clipboard

Bug: Incorrect Type for `onAuthStateChanged`

Open h36ahmed opened this issue 5 years ago • 0 comments

As per docs,

the correct type for onAuthStateChanged should be

( authState: firebase.User | null,
        _firebase: any,
        dispatch: Dispatch<any>,
      )

h36ahmed avatar Feb 28 '20 12:02 h36ahmed