prescottprue / react-redux-firebase

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
https://react-redux-firebase.com
MIT License
2.55k stars 559 forks source link

endBefore duplicated in ReduxFirestoreQuerySetting interface #1033

Closed keithkelly31 closed 3 years ago

keithkelly31 commented 3 years ago

Just a little clean up bit.

endBefore?: FirestoreTypes.DocumentSnapshot | any | any[] is duplicated in the ReduxFirestoreQuerySetting interface. It can be found on lines 446 & 474 of the Typescript definitions file.

prescottprue commented 3 years ago

Thanks for reporting - open to a PR if you get a chance, otherwise I'll try to get to it as part of an upcoming release

keithkelly31 commented 3 years ago

It looks like pull request #1031 corrects this issue